未符合项整改流程

This commit is contained in:
shen_yan_pu
2021-07-07 15:08:09 +08:00
parent 0ff25fe894
commit 9ed20ec430
8 changed files with 2457 additions and 0 deletions
+45
View File
@@ -276,6 +276,51 @@ const routes = [
title: '标准清单发布/更新流程'
}
},
{
path: '/wfhxzgStep1',
name: 'wfhxzgStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/wfhxzg/step1.vue'),
meta: {
requireAuth: true,
title: '未符合项整改流程'
}
},
{
path: '/wfhxzgStep2',
name: 'wfhxzgStep2',
component: () => import('@/pages/processCenter/pages/creatProcess/wfhxzg/step2.vue'),
meta: {
requireAuth: true,
title: '未符合项整改发布/更新流程'
}
},
{
path: '/wfhxzgStep3',
name: 'wfhxzgStep3',
component: () => import('@/pages/processCenter/pages/creatProcess/wfhxzg/step3.vue'),
meta: {
requireAuth: true,
title: '未符合项整改/更新流程'
}
},
{
path: '/wfhxzgStep4',
name: 'wfhxzgStep4',
component: () => import('@/pages/processCenter/pages/creatProcess/wfhxzg/step4.vue'),
meta: {
requireAuth: true,
title: '未符合项整改/更新流程'
}
},
{
path: '/wfhxzgStep5',
name: 'wfhxzgStep5',
component: () => import('@/pages/processCenter/pages/creatProcess/wfhxzg/step5.vue'),
meta: {
requireAuth: true,
title: '未符合项整改/更新流程'
}
},
{
path: '/bzrkStep1',
name: 'bzrkStep1',