手机端-标准合规评估流程-项目分发、任务分发、合规评估

This commit is contained in:
zyn
2023-11-17 11:16:01 +08:00
parent 093f122822
commit 3a97e3b6b4
8 changed files with 924 additions and 0 deletions
+33
View File
@@ -2974,6 +2974,39 @@ const routes = [
title: '标准合规评估流程'
}
},
// 项目分发
{
path: '/phoneBzpgStep3',
name: 'phoneBzpgStep3',
component: () => import('@/pages/processCenter/pages/phone/bzpg/step3.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准合规评估流程'
}
},
// 任务分发
{
path: '/phoneBzpgStep4',
name: 'phoneBzpgStep4',
component: () => import('@/pages/processCenter/pages/phone/bzpg/step4.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准合规评估流程'
}
},
// 合规评估
{
path: '/phoneBzpgStep5',
name: 'phoneBzpgStep5',
component: () => import('@/pages/processCenter/pages/phone/bzpg/step5.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准合规评估流程'
}
},
{
path: '/phoneBzpgStep6',
name: 'phoneBzpgStep6',