修改分页排序

This commit is contained in:
zhoulingpo
2023-11-29 15:41:08 +08:00
parent 54ee0060ae
commit add54beb5b
@@ -63,7 +63,7 @@
type="index"
width="50">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (page - 1) * rows }}
{{ ($index + 1) + (page - 1) * $store.getters.userInfo.configContent }}
</template>
</el-table-column>
<el-table-column
@@ -227,7 +227,7 @@
type="index"
width="50">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (areaPage - 1) * areaRows }}
{{ ($index + 1) + (areaPage - 1) * $store.getters.userInfo.configContent }}
</template>
</el-table-column>
<el-table-column