增加序号

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
@@ -66,6 +66,15 @@
width="55"
align="center">
</el-table-column>
<el-table-column
type="index"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (configPage - 1) * configRows }}
</template>
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="lawsNo"