This commit is contained in:
jjLv 2024-10-31 18:50:05 +08:00
parent 9d7c389ca1
commit 18e0272b6b
1 changed files with 2 additions and 2 deletions

View File

@ -123,13 +123,13 @@
:reserve-selection="true"
/>
<el-table-column label="序号" align="center" width="80" type="index">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<span>{{
(queryParams.pageNum - 1) * queryParams.pageSize +
scope.$index +
1
}}</span>
</template>
</template> -->
</el-table-column>
<el-table-column
label="施工类型"