项目合规评估流程,选择标准时,增加显示列“评估状态”

This commit is contained in:
Xia Zekun
2024-03-21 10:43:59 +08:00
committed by fengchenchen
parent 651234ab99
commit 26b9ef2d38
3 changed files with 18 additions and 6 deletions
+2 -1
View File
@@ -534,7 +534,8 @@ module.exports = {
standardNumber: 'Standard number',
standardName: 'Standard name',
releaseDate: 'Release date',
textState: 'Text state'
textState: 'Text state',
evaluationState: 'Evaluation state'
},
// 企标计划选择器
enterprisePlanSelect: {
+2 -1
View File
@@ -577,7 +577,8 @@ module.exports = {
standardNumber: '标准编号',
standardName: '标准名称',
releaseDate: '发布日期',
textState: '标准状态'
textState: '标准状态',
evaluationState: '评估状态'
},
// 企标计划选择器
enterprisePlanSelect: {