增加序号--参数错误

This commit is contained in:
zhoulingpo
2023-11-28 16:32:53 +08:00
parent 5d3b76140b
commit e4c2e42328
2 changed files with 9 additions and 3 deletions
@@ -747,9 +747,6 @@
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (replacePage - 1) * replaceLawsNumForm.pageSize }}
</template>
</el-table-column>
<el-table-column
prop="name"
@@ -577,6 +577,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) + (replacePage - 1) * replaceLawsNumForm.pageSize }}
</template>
</el-table-column>
<el-table-column
label="企标编号">
<template slot-scope="scope">