fate: 升级流程设计器,表单设计器

This commit is contained in:
zhuyong
2024-09-05 23:51:27 +08:00
parent 27b56d3a01
commit 73acc6453c
111 changed files with 7642 additions and 9197 deletions

View File

@@ -153,6 +153,19 @@ export const constantRoutes = [
}
]
},
{
path: '/flowable',
component: Layout,
hidden: true,
children: [
{
path: 'task/flowForm/index',
component: () => import('@/views/flowable/task/flowForm/index'),
name: 'FlowForm',
meta: { title: '流程表单', icon: '' }
}
]
},
{
path: '/tool',
component: Layout,