外部署名推荐审批流程的文本状态改为标准状态
This commit is contained in:
@@ -418,7 +418,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="standStatusShow"
|
||||
label="文本状态"
|
||||
label="标准状态"
|
||||
width="110"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
|
||||
@@ -423,7 +423,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="standStatusShow"
|
||||
label="文本状态"
|
||||
label="标准状态"
|
||||
width="110"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
|
||||
@@ -312,7 +312,7 @@
|
||||
show-overflow-tooltip
|
||||
prop="textStatus"
|
||||
align="center"
|
||||
label="文本状态">
|
||||
label="标准状态">
|
||||
<template slot-scope="scope">
|
||||
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
||||
</template>
|
||||
@@ -403,7 +403,7 @@ export default {
|
||||
item: "FOREIGN"
|
||||
}
|
||||
],
|
||||
textStatusMap: {},// 文本状态id与name对应
|
||||
textStatusMap: {},// 标准状态id与name对应
|
||||
standList:[],
|
||||
//查询添加标准相关数据
|
||||
standardSearch: {
|
||||
@@ -461,7 +461,7 @@ export default {
|
||||
_this:this
|
||||
},res =>{
|
||||
this.standOptions = res.data.STANDCLASSIFY
|
||||
this.standStateOptions = res.data.WBZTCLASS; // 文本状态
|
||||
this.standStateOptions = res.data.WBZTCLASS; // 标准状态
|
||||
this.setMap(this.standStateOptions);
|
||||
}, e => {
|
||||
})
|
||||
@@ -540,7 +540,7 @@ export default {
|
||||
});
|
||||
}
|
||||
},
|
||||
// 将文本状态的id与name对应
|
||||
// 将标准状态的id与name对应
|
||||
setMap(data) {
|
||||
data.forEach(item => {
|
||||
this.$set(this.textStatusMap, item.value, item.label);
|
||||
|
||||
Reference in New Issue
Block a user