增加序号

This commit is contained in:
zhoulingpo
2023-11-22 10:57:08 +08:00
parent e7e463f7bf
commit 784a3612f3
5 changed files with 52 additions and 0 deletions
@@ -132,6 +132,16 @@
fixed="left"
align="center">
</el-table-column>
<el-table-column
fixed="left"
type="index"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (sarSarAccessEOSearch.page - 1) * sarSarAccessEOSearch.pageSize }}
</template>
</el-table-column>
<el-table-column
prop="lawNumber"
fixed="left"