手机端-标准解读流程-选择责任人、解读

This commit is contained in:
zyn
2023-11-15 18:01:44 +08:00
parent f92eb0105c
commit 093f122822
5 changed files with 633 additions and 0 deletions
+22
View File
@@ -2064,6 +2064,28 @@ const routes = [
title: '标准解读流程'
}
},
// 选择责任人
{
path: '/phoneBzjdStep2',
name: 'phoneBzjdStep2',
component: () => import('@/pages/processCenter/pages/phone/bzjd/step2.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准调研流程'
}
},
// 解读
{
path: '/phoneBzjdStep3',
name: 'phoneBzjdStep3',
component: () => import('@/pages/processCenter/pages/phone/bzjd/step3.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准调研流程'
}
},
{
path: '/zcrhStep1',
name: 'zcrhStep1',