fix: 移除预期成果形式相关代码

This commit is contained in:
dj
2025-04-19 19:03:10 +08:00
parent 958399a32a
commit cccd14ec79
5 changed files with 34 additions and 34 deletions

View File

@@ -102,7 +102,7 @@ const getPreProcessTag = (impact,basicImpact) => {
}
if (data == 1) {
//一般项目
return '一般项目20万以下要总经理审批'
return '研发费用20万元以下科技创新项目报总经理审批'
} else if (data == 2) {
//重大项目
return '重大项目20万元到500万元之间要总办会审批'