修改页码bug

This commit is contained in:
zhoulingpo
2023-11-30 17:09:19 +08:00
parent 94cc921f1b
commit 73260b5ea6
@@ -321,7 +321,7 @@
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + ((tableFlag === '' ? sarBussionessSearch.page : tableFlag.page) - 1) * (tableFlag === '' ? sarBussionessSearch.pageSize : tableFlag.pageSize) }}
{{ ($index + 1) + ((tableFlag === '' ? sarBussionessSearch.page : tableFlag.page) - 1) * (tableFlag === '' ? sarBussionessSearch.pageSize : $store.getters.userInfo.configContent) }}
</template>
</el-table-column>