feat: [BPM 工作流] - 流程修改,发布等操作

This commit is contained in:
jason
2025-06-08 23:41:20 +08:00
parent d3be31eded
commit 6abefe9c1e
4 changed files with 151 additions and 7 deletions

View File

@@ -74,6 +74,18 @@ const routes: RouteRecordRaw[] = [
keepAlive: true,
},
},
{
path: 'manager/model/:type/:id',
component: () => import('#/views/bpm/model/form/index.vue'),
name: 'BpmModelUpdate',
meta: {
title: '修改流程',
activePath: '/bpm/manager/model',
icon: 'carbon:flow-connection',
hideInMenu: true,
keepAlive: true,
},
},
],
},
];