外部标准化协会会后管理流程

This commit is contained in:
shenyanpei
2021-11-02 13:35:16 +08:00
parent 08f0b15d9a
commit ca1f9b3bb3
5 changed files with 1108 additions and 2 deletions
+18
View File
@@ -1333,6 +1333,24 @@ const routes = [
title: '外部标准化协会参会流程(审定)'
}
},
{
path: '/bzhhStep1',
name: 'bzhhStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/bzhHh-hh/step1.vue'),
meta: {
requireAuth: true,
title: '外部标准化会后管理流程(流程发起)'
}
},
{
path: '/bzhhStep2',
name: 'bzhhStep2',
component: () => import('@/pages/processCenter/pages/creatProcess/bzhHh-hh/step2.vue'),
meta: {
requireAuth: true,
title: '外部标准化会后管理流程(审批)'
}
},
]
},
// 本地工具