Merge branch 'dev_test' into dev_20230829_change
This commit is contained in:
@@ -51,6 +51,9 @@
|
||||
label="序号"
|
||||
width="50"
|
||||
>
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (formQuery.page - 1) * formQuery.pageSize }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
align="center"
|
||||
|
||||
@@ -48,6 +48,9 @@
|
||||
type="index"
|
||||
label="序号"
|
||||
width="50">
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (formQuery.page - 1) * formQuery.pageSize }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
align="center"
|
||||
|
||||
@@ -57,6 +57,9 @@
|
||||
label="序号"
|
||||
width="50"
|
||||
>
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (formQuery.page - 1) * formQuery.pageSize }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
align="center"
|
||||
|
||||
@@ -48,6 +48,9 @@
|
||||
type="index"
|
||||
label="序号"
|
||||
width="50">
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (formQuery.page - 1) * formQuery.pageSize }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
align="center"
|
||||
|
||||
@@ -65,6 +65,9 @@
|
||||
type="index"
|
||||
width="50"
|
||||
label="序号">
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (formQuery.page - 1) * formQuery.pageSize }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
align="center"
|
||||
|
||||
@@ -45,7 +45,11 @@
|
||||
fontWeight: 'bold', height: '48px'}"
|
||||
@selection-change="handleSelectionChange">
|
||||
<el-table-column align="center" type="selection" width="50"/>
|
||||
<el-table-column align="center" type="index" width="50" label="序号"/>
|
||||
<el-table-column align="center" type="index" width="50" label="序号">
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (formQuery.page - 1) * formQuery.pageSize }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" prop="scName" label="协会名称-标委会">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.scName || '-' }}
|
||||
|
||||
@@ -48,6 +48,9 @@
|
||||
type="index"
|
||||
label="序号"
|
||||
width="50">
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (formQuery.page - 1) * formQuery.pageSize }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
align="center"
|
||||
|
||||
@@ -4672,10 +4672,10 @@ export default {
|
||||
// 分页每页显示数改变后方法
|
||||
pageSizeChange(pageSize) {
|
||||
this.sarStandardsSearch.pageSize = this.$store.getters.userInfo.configContent
|
||||
let tabFlag = JSON.parse(sessionStorage.getItem('tableFlag'))
|
||||
if (tabFlag !== '') {
|
||||
this.sarStandardsSearch.page = tabFlag.page
|
||||
}
|
||||
// let tabFlag = JSON.parse(sessionStorage.getItem('tableFlag'))
|
||||
// if (tabFlag !== '') {
|
||||
// this.sarStandardsSearch.page = tabFlag.page
|
||||
// }
|
||||
this.getDomesticStandardTable(this.sarStandardsSearch)
|
||||
this.selectConfiguraStand()
|
||||
// 此处需要调用接口,修改个人配置
|
||||
|
||||
@@ -102,6 +102,9 @@
|
||||
label="序号"
|
||||
align="center"
|
||||
width="50">
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (form.page - 1) * form.size }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="partCode"
|
||||
|
||||
Reference in New Issue
Block a user