chore: 流程定义(开发中)

This commit is contained in:
dap
2024-12-11 21:33:59 +08:00
parent 7577f17dd9
commit 97b91aaf7c
7 changed files with 670 additions and 4 deletions

View File

@@ -105,6 +105,30 @@ const profileRoute: RouteRecordStringComponent[] = [
},
],
},
{
component: 'BasicLayout',
meta: {
hideChildrenInMenu: true,
hideInMenu: true,
title: '流程设计',
},
name: 'WorkflowDesigner',
path: '/',
redirect: '/workflow/designer',
children: [
{
component: '/workflow/components/flow-designer',
meta: {
activePath: '/workflow/processDefinition',
icon: 'eos-icons:role-binding-outlined',
keepAlive: true,
title: '流程设计',
},
name: 'RoleAssignIndex',
path: '/workflow/designer',
},
],
},
];
/**