流程详情
This commit is contained in:
@@ -249,6 +249,24 @@ const routes = [
|
||||
title: '标准入库流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzrkStep3',
|
||||
name: 'bzrkStep3',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzrk/step3.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准入库流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzrkStep4',
|
||||
name: 'bzrkStep4',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzrk/step4.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准入库流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzrkStep2',
|
||||
name: 'bzrkStep2',
|
||||
|
||||
Reference in New Issue
Block a user