[add] 修改企标复审流程,增加企标废止流程,企标封存流程,已封存企标启用流程

This commit is contained in:
lideqin
2023-10-27 15:17:26 +08:00
parent a6f1bf9b75
commit cf44116037
15 changed files with 2366 additions and 8 deletions
+3 -3
View File
@@ -75,15 +75,15 @@ export default {
},
{ // 企标废止流程
title: this.$t('workCenter.newProcess.processOfEnterpriseBidAnnulment'),
path: ''
path: '/workCenter/enterpriseStandardAnnul/enterpriseStandardAnnulFlow'
},
{ // 企标封存流程
title: this.$t('workCenter.newProcess.processOfSealingEnterpriseStandard'),
path: ''
path: '/workCenter/enterpriseStandardSealSave/enterpriseStandardSealSaveFlow'
},
{ // 已封存企标启用流程
title: this.$t('workCenter.newProcess.theSealedEnterpriseBidHasBeenActivatedProcess'),
path: ''
path: '/workCenter/enterpriseStandardStartUse/enterpriseStandardStartUseFlow'
},
{ // 企标稽查计划
title: this.$t('workCenter.newProcess.enterpriseStandardAuditPlan'),