add:添加标准调研流程界面

This commit is contained in:
youyuzihan
2021-06-15 14:57:34 +08:00
parent 0201ecde23
commit a6fbd00ece
3 changed files with 298 additions and 0 deletions
+9
View File
@@ -239,6 +239,15 @@ const routes = [
requireAuth: true,
title: '标准入库流程'
}
},
{
path: '/bzdyStep1',
name: 'bzdyStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/bzdy/step1.vue'),
meta: {
requireAuth: true,
title: '标准调研流程'
}
}
]
},