feat: [BPM 工作流] - 流程模型历史

This commit is contained in:
jason
2025-06-10 22:35:38 +08:00
parent c23de92503
commit f0585cebf7
4 changed files with 248 additions and 3 deletions

View File

@@ -86,6 +86,18 @@ const routes: RouteRecordRaw[] = [
keepAlive: true,
},
},
{
path: 'manager/definition',
component: () => import('#/views/bpm/model/definition/index.vue'),
name: 'BpmProcessDefinition',
meta: {
title: '流程定义',
activePath: '/bpm/manager/model',
icon: 'carbon:flow-modeler',
hideInMenu: true,
keepAlive: true,
},
},
],
},
];