[add] 修改企标复审流程,增加企标废止流程,企标封存流程,已封存企标启用流程
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user