标准评估流程
This commit is contained in:
@@ -520,6 +520,33 @@ const routes = [
|
||||
title: '重点认证标准/政策合规性项目审查流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzpgStep1',
|
||||
name: 'bzpgStep1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzpg/step1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准合规评估流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzpgStep2',
|
||||
name: 'bzpgStep2',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzpg/step2.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准合规评估流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzpgStep3',
|
||||
name: 'bzpgStep3',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzpg/step3.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准合规评估流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/xmpgStep1',
|
||||
name: 'xmpgStep1',
|
||||
|
||||
Reference in New Issue
Block a user