项目清单确认流程

This commit is contained in:
宋伟佳
2021-08-30 17:59:33 +08:00
parent 2918c418a2
commit 7a34acb06c
7 changed files with 1588 additions and 2 deletions
+18
View File
@@ -529,6 +529,24 @@ const routes = [
title: '项目合规评估流程-项目'
}
},
{
path: '/xmqdqrStep1',
name: 'xmqdqrStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/xmqdqr/step1.vue'),
meta: {
requireAuth: true,
title: '项目清单确认流程'
}
},
{
path: '/xmqdqrStep2',
name: 'xmqdqrStep2',
component: () => import('@/pages/processCenter/pages/creatProcess/xmqdqr/step2.vue'),
meta: {
requireAuth: true,
title: '项目清单确认流程'
}
},
{
path: '/wfhxzgStep1',
name: 'wfhxzgStep1',