bpm:增加流程表单的保存窗口

This commit is contained in:
YunaiV
2023-01-19 23:30:02 +08:00
parent c9d1100eac
commit a3f57a4424
3 changed files with 92 additions and 6 deletions

View File

@ -186,6 +186,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
hidden: true
},
children: [
{
path: '/manager/form/edit',
component: () => import('@/views/bpm/form/formEditor.vue'),
name: 'bpmFormEditor',
meta: {
noCache: true,
hidden: true,
canTo: true,
title: '流程表单',
activeMenu: 'bpm/manager/form/formEditor'
}
},
{
path: '/manager/definition',
component: () => import('@/views/bpm/definition/index.vue'),