修改分页排序
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user