增加序号

This commit is contained in:
zhoulingpo
2023-11-22 14:22:42 +08:00
parent 59123dd50e
commit 5df4c678bf
8 changed files with 101 additions and 1 deletions
@@ -84,6 +84,15 @@
width="55"
align="center">
</el-table-column>
<el-table-column
type="index"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (sarSarAccessEOSearch.page - 1) * sarSarAccessEOSearch.pageSize }}
</template>
</el-table-column>
<el-table-column
prop="countryAreaShow"
label="国家/地区"
@@ -75,6 +75,15 @@
width="55"
align="center">
</el-table-column>
<el-table-column
type="index"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (sarSarAccessEOSearch.page - 1) * sarSarAccessEOSearch.pageSize }}
</template>
</el-table-column>
<el-table-column
prop="detailedList"
label="清单类别"
@@ -171,6 +180,7 @@ export default {
pageSize: this.$store.getters.userInfo.configContent,
// 查询相关参数
sarSarAccessEOSearch: {
pageSize: this.$store.getters.userInfo.configContent,
detailedList: "",
detailedListName: "",
},
@@ -85,6 +85,15 @@
width="55"
align="center">
</el-table-column>
<el-table-column
type="index"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (sarSarAccessEOSearch.page - 1) * sarSarAccessEOSearch.pageSize }}
</template>
</el-table-column>
<el-table-column
prop="carTypeShow"
label="车型类别"
@@ -173,6 +182,7 @@ export default {
rows: 10,
// 查询相关参数
sarSarAccessEOSearch: {
pageSize: this.$store.getters.userInfo.configContent,
carType: '',
projectName: "",
detailedListName: "",
@@ -310,6 +320,8 @@ export default {
},
pageSizeChange(pageSize) {
this.sarSarAccessEOSearch.pageSize = this.$store.getters.userInfo.configContent;
this.sarSarAccessEOSearch.pageSize = pageSize;
this.searchSarAccess();
},
//清空
@@ -78,6 +78,15 @@
width="55"
align="center">
</el-table-column>
<el-table-column
type="index"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (sarSarAccessEOSearch.page - 1) * sarSarAccessEOSearch.pageSize }}
</template>
</el-table-column>
<el-table-column
prop="lawCode"
width="250"
@@ -341,7 +350,15 @@
width="55"
align="center">
</el-table-column>
<el-table-column
type="index"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (handleSelectForm.page - 1) * handleSelectForm.pageSize }}
</template>
</el-table-column>
<div v-if="handleSelectForm.dataSource === 'INLAND'">
<el-table-column
label="标准号"
@@ -102,6 +102,16 @@
min-width="100"
label="产品平台">
</el-table-column>-->
<el-table-column
fixed="left"
type="index"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (page - 1) * pageSize }}
</template>
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="projectGroup"
@@ -81,6 +81,16 @@
width="55"
align="center">
</el-table-column>
<el-table-column
type="index"
fixed="left"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (page - 1) * size }}
</template>
</el-table-column>
<el-table-column
prop="standNumber"
label="标准号"
@@ -67,6 +67,16 @@
fixed="left"
align="center">
</el-table-column>
<el-table-column
type="index"
fixed="left"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (pageNo - 1) * pageSize }}
</template>
</el-table-column>
<el-table-column
prop="standId"
width="180px"
@@ -109,6 +109,16 @@
fixed="left"
align="center">
</el-table-column>
<el-table-column
type="index"
fixed="left"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (pageNo - 1) * pageSizeNo }}
</template>
</el-table-column>
<el-table-column
prop="standSerialNumber"
fixed="left"
@@ -618,6 +628,16 @@
width="55"
align="center">
</el-table-column>
<el-table-column
type="index"
fixed="left"
width="55"
label="序号"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (page - 1) * pageSize }}
</template>
</el-table-column>
<el-table-column
prop="code"
align="center"
@@ -700,6 +720,8 @@ export default {
itemsData: [],
selectItems: [],
dataList: [],
pageSizeNo: this.$store.getters.userInfo.configContent,
//查询添加标准相关数据
standardSearch: {
standType: "",