调整表格序号

This commit is contained in:
danshihao
2023-11-17 13:30:33 +08:00
parent f3fc569c6c
commit 5ae467cfd2
55 changed files with 283 additions and 55 deletions
@@ -113,6 +113,9 @@
fixed="left"
type="index"
>
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (page - 1) * pageSize }}
</template>
</el-table-column>
<el-table-column
prop="standNumber"
@@ -153,6 +153,9 @@
type="index"
width="50"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (sarProStateTotalPage - 1) * sarProStatePageSize }}
</template>
</el-table-column>
<el-table-column
width="180px"