修改 83397,国内外政策-重点认证项目审查流程,标准状态建议改成:标准/政策状态
This commit is contained in:
@@ -400,7 +400,7 @@
|
|||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="standStatusShow"
|
prop="standStatusShow"
|
||||||
:label="standardStatusName"
|
:label="standardStatusName"
|
||||||
width="125"
|
width="110"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span v-if="scope.row.standStatusShow === '作废'" style="color: #F56C6C">
|
<span v-if="scope.row.standStatusShow === '作废'" style="color: #F56C6C">
|
||||||
@@ -575,7 +575,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
standardStatusName () {
|
standardStatusName () {
|
||||||
return this.searchForm.standType === 'FOREIGN_LAWS' ? '标准/政策状态' : '标准状态'
|
return this.searchForm.standType === 'FOREIGN_LAWS' ? '政策状态' : '标准状态'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
|
|||||||
Reference in New Issue
Block a user