内外部会议入库流程

This commit is contained in:
zyn
2023-10-16 17:30:56 +08:00
parent 57ae69b55b
commit d6ea0eeda7
17 changed files with 1235 additions and 71 deletions
+18
View File
@@ -1160,6 +1160,24 @@ const routes = [
title: '政策入库流程'
}
},
{
path: '/hyrk1',
name: 'hyrk1',
component: () => import('@/pages/processCenter/pages/creatProcess/hzwl-hyrk/step1.vue'),
meta: {
requireAuth: true,
title: '会议入库流程'
}
},
{
path: '/hyrk2',
name: 'hyrk2',
component: () => import('@/pages/processCenter/pages/creatProcess/hzwl-hyrk/step2.vue'),
meta: {
requireAuth: true,
title: '会议入库流程'
}
},
{
path: '/zcrkStep1',
name: 'zcrkStep1',