外部标准化协会入会流程
This commit is contained in:
+47
-1
@@ -1242,7 +1242,53 @@ const routes = [
|
||||
requireAuth: true,
|
||||
title: '技术要求清单管理'
|
||||
}
|
||||
}
|
||||
},
|
||||
// 外部标准化协会入会流程
|
||||
{
|
||||
path: '/bzrhStep1',
|
||||
name: 'bzrhStep1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '外部标准化协会入会流程(流程发起)'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzrhStep2',
|
||||
name: 'bzrhStep2',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '外部标准化协会入会流程(选择代表)'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzrhStep3',
|
||||
name: 'bzrhStep3',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '外部标准化协会入会流程(入选代表填写信息)'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzrhStep4',
|
||||
name: 'bzrhStep4',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step4.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '外部标准化协会入会流程(责任负责人审批)'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzrhStep5',
|
||||
name: 'bzrhStep5',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step5.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '外部标准化协会入会流程(修订)'
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
// 标准法规库
|
||||
|
||||
Reference in New Issue
Block a user