调整表格序号

This commit is contained in:
danshihao
2023-11-16 16:55:27 +08:00
parent 8d65b779ce
commit 8e4e928f56
10 changed files with 32 additions and 3 deletions
@@ -102,6 +102,9 @@
label="序号"
align="center"
width="50">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (form.page - 1) * form.size }}
</template>
</el-table-column>
<el-table-column
prop="partCode"