修改 83397,国内外政策-重点认证项目审查流程,标准状态建议改成:标准/政策状态

This commit is contained in:
baoyu
2024-04-10 11:51:24 +08:00
parent ac680dca2c
commit 535d0c6d2e
@@ -400,7 +400,7 @@
show-overflow-tooltip
prop="standStatusShow"
:label="standardStatusName"
width="125"
width="110"
>
<template slot-scope="scope">
<span v-if="scope.row.standStatusShow === '作废'" style="color: #F56C6C">
@@ -575,7 +575,7 @@ export default {
},
computed: {
standardStatusName () {
return this.searchForm.standType === 'FOREIGN_LAWS' ? '标准/政策状态' : '标准状态'
return this.searchForm.standType === 'FOREIGN_LAWS' ? '政策状态' : '标准状态'
}
},
created () {