增加问题项管控的历史数据的序号
This commit is contained in:
@@ -109,6 +109,16 @@
|
||||
fixed="left"
|
||||
align="center">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
label="序号"
|
||||
type="index"
|
||||
width="55"
|
||||
fixed="left"
|
||||
align="center">
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (sarSarAccessEOSearch.page - 1) * sarSarAccessEOSearch.pageSize }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="lawNumber"
|
||||
fixed="left"
|
||||
@@ -268,7 +278,7 @@ export default {
|
||||
searchSarAccess() {//多条件和模糊查询
|
||||
this.$http.get("sarStandUnqualified/businessDeptIssue", {
|
||||
current: this.sarSarAccessEOSearch.page,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
pageSize: this.sarSarAccessEOSearch.pageSize,
|
||||
...this.sarSarAccessEOSearch,
|
||||
}, {
|
||||
_this: this
|
||||
@@ -367,7 +377,6 @@ export default {
|
||||
this.searchSarAccess()
|
||||
},
|
||||
pageSizeChange(pageSize) {
|
||||
this.sarSarAccessEOSearch.page = 1
|
||||
this.sarSarAccessEOSearch.pageSize = this.$store.getters.userInfo.configContent
|
||||
this.searchSarAccess()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user