feat: [bpm][ele] 新建流程模型 20%

This commit is contained in:
jason
2025-11-21 09:44:56 +08:00
parent fe940663cd
commit ff8187bcb0
10 changed files with 2214 additions and 24 deletions

View File

@@ -62,30 +62,30 @@ const routes: RouteRecordRaw[] = [
};
},
},
// {
// path: 'manager/model/create',
// component: () => import('#/views/bpm/model/form/index.vue'),
// name: 'BpmModelCreate',
// meta: {
// title: '创建流程',
// activePath: '/bpm/manager/model',
// icon: 'carbon:flow-connection',
// hideInMenu: true,
// 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,
// },
// },
{
path: 'manager/model/create',
component: () => import('#/views/bpm/model/form/index.vue'),
name: 'BpmModelCreate',
meta: {
title: '创建流程',
activePath: '/bpm/manager/model',
icon: 'carbon:flow-connection',
hideInMenu: true,
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,
},
},
{
path: 'manager/definition',
component: () => import('#/views/bpm/model/definition/index.vue'),