增加序号

This commit is contained in:
zhoulingpo
2023-11-22 10:57:35 +08:00
parent 784a3612f3
commit f3923ce3ef
9 changed files with 92 additions and 1 deletions
@@ -117,6 +117,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) + (searchForm.page - 1) * searchForm.pageSize }}
</template>
</el-table-column>
<el-table-column
prop="topicName"
label="课题名称"