修改分页排序
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
type="index"
|
type="index"
|
||||||
width="50">
|
width="50">
|
||||||
<template slot-scope="{scope, column, $index}">
|
<template slot-scope="{scope, column, $index}">
|
||||||
{{ ($index + 1) + (page - 1) * rows }}
|
{{ ($index + 1) + (page - 1) * $store.getters.userInfo.configContent }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@@ -227,7 +227,7 @@
|
|||||||
type="index"
|
type="index"
|
||||||
width="50">
|
width="50">
|
||||||
<template slot-scope="{scope, column, $index}">
|
<template slot-scope="{scope, column, $index}">
|
||||||
{{ ($index + 1) + (areaPage - 1) * areaRows }}
|
{{ ($index + 1) + (areaPage - 1) * $store.getters.userInfo.configContent }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
|||||||
Reference in New Issue
Block a user