表单项组件化、政策入库流程重构

This commit is contained in:
zyn
2023-09-25 16:58:30 +08:00
parent 24577c7f3a
commit 37a3124c3a
25 changed files with 2888 additions and 12 deletions
+9
View File
@@ -1142,6 +1142,15 @@ const routes = [
title: '标准入库流程'
}
},
{
path: '/zcrk1',
name: 'zcrk1',
component: () => import('@/pages/processCenter/pages/creatProcess/hzwl-zcrk/step1.vue'),
meta: {
requireAuth: true,
title: '政策入库流程'
}
},
{
path: '/zcrkStep1',
name: 'zcrkStep1',