企标计划的文本状态改为标准状态
This commit is contained in:
@@ -432,10 +432,10 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
width="110"
|
width="110"
|
||||||
label="文本状态">
|
label="标准状态">
|
||||||
<!-- <template slot="header" slot-scope="scope">-->
|
<!-- <template slot="header" slot-scope="scope">-->
|
||||||
<!-- <el-tooltip class="item" effect="dark" content="计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" placement="bottom">-->
|
<!-- <el-tooltip class="item" effect="dark" content="计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" placement="bottom">-->
|
||||||
<!-- <span>文本状态<i class="el-icon-warning-outline"></i></span>-->
|
<!-- <span>标准状态<i class="el-icon-warning-outline"></i></span>-->
|
||||||
<!-- </el-tooltip>-->
|
<!-- </el-tooltip>-->
|
||||||
<!-- </template>-->
|
<!-- </template>-->
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -570,10 +570,10 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
width="110"
|
width="110"
|
||||||
label="文本状态">
|
label="标准状态">
|
||||||
<!-- <template slot="header" slot-scope="scope">-->
|
<!-- <template slot="header" slot-scope="scope">-->
|
||||||
<!-- <el-tooltip class="item" effect="dark" content="计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" placement="bottom">-->
|
<!-- <el-tooltip class="item" effect="dark" content="计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" placement="bottom">-->
|
||||||
<!-- <span>文本状态 <i class="el-icon-warning-outline"></i></span>-->
|
<!-- <span>标准状态 <i class="el-icon-warning-outline"></i></span>-->
|
||||||
<!-- </el-tooltip>-->
|
<!-- </el-tooltip>-->
|
||||||
<!-- </template>-->
|
<!-- </template>-->
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -649,7 +649,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="standStatusShow"
|
prop="standStatusShow"
|
||||||
label="文本状态"
|
label="标准状态"
|
||||||
width="110"
|
width="110"
|
||||||
>
|
>
|
||||||
|
|
||||||
@@ -728,7 +728,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="standStatusShow"
|
prop="standStatusShow"
|
||||||
label="文本状态"
|
label="标准状态"
|
||||||
width="110"
|
width="110"
|
||||||
>
|
>
|
||||||
|
|
||||||
@@ -775,7 +775,7 @@ export default {
|
|||||||
lawInfoTable:[],
|
lawInfoTable:[],
|
||||||
handleSelectPage: 1,
|
handleSelectPage: 1,
|
||||||
handleSelectTotal: 0,
|
handleSelectTotal: 0,
|
||||||
textStatusMap: {}, // 文本状态id与name对应
|
textStatusMap: {}, // 标准状态id与name对应
|
||||||
handleSelectTableList:[],
|
handleSelectTableList:[],
|
||||||
handleSelectForm: {
|
handleSelectForm: {
|
||||||
standName: '', //标准名称
|
standName: '', //标准名称
|
||||||
@@ -1016,7 +1016,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
// 将文本状态的id与name对应
|
// 将标准状态的id与name对应
|
||||||
setMap(data) {
|
setMap(data) {
|
||||||
data.forEach(item => {
|
data.forEach(item => {
|
||||||
this.$set(this.textStatusMap, item.value, item.label)
|
this.$set(this.textStatusMap, item.value, item.label)
|
||||||
|
|||||||
@@ -599,7 +599,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="standStatusShow"
|
prop="standStatusShow"
|
||||||
label="文本状态"
|
label="标准状态"
|
||||||
width="110"
|
width="110"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|||||||
Reference in New Issue
Block a user