参会流程必填项,未符合项字段,标准入库手机端页面

This commit is contained in:
shenyanpei
2021-12-25 15:06:52 +08:00
parent e0e5c6e03a
commit f6ed37a692
9 changed files with 1157 additions and 24 deletions
+10
View File
@@ -2559,6 +2559,16 @@ const routes = [
title: '政策征求意见流程'
}
},
{
path: '/phoneBzrkStep2',
name: 'phoneBzrkStep2',
component: () => import('@/pages/processCenter/pages/phone/bzrk/step2.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准入库流程'
}
},
]
},