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