代码优化

This commit is contained in:
BianLzhaoMin 2024-08-19 16:29:48 +08:00
parent cb14533f95
commit b16749202c
1 changed files with 6 additions and 1 deletions

View File

@ -276,7 +276,12 @@
<!-- >导出</el-button>-->
<!-- </el-col>-->
</el-row>
<el-table v-loading="loading" :data="detailTableList" border>
<el-table
v-loading="loading"
:data="detailTableList"
border
@selection-change="handleSelectionChange"
>
<el-table-column
type="selection"
width="55"