This commit is contained in:
zhutianqi
2021-06-18 17:56:06 +08:00
parent 98a3ebea39
commit e51c79f98c
3 changed files with 852 additions and 0 deletions
+9
View File
@@ -240,6 +240,15 @@ const routes = [
title: '标准入库流程'
}
},
{
path: '/bzrkStep2',
name: 'bzrkStep2',
component: () => import('@/pages/processCenter/pages/creatProcess/bzrk/step2.vue'),
meta: {
requireAuth: true,
title: '标准入库流程'
}
},
{
path: '/bzdyStep1',
name: 'bzdyStep1',