feat:【ele】bpm processInstance/report/ 的迁移

This commit is contained in:
YunaiV
2025-10-21 19:39:06 +08:00
parent 8721c4de72
commit 28843fc8fe
3 changed files with 332 additions and 12 deletions

View File

@@ -98,18 +98,18 @@ const routes: RouteRecordRaw[] = [
// keepAlive: true,
// },
// },
// {
// path: 'process-instance/report',
// component: () => import('#/views/bpm/processInstance/report/index.vue'),
// name: 'BpmProcessInstanceReport',
// meta: {
// title: '数据报表',
// activePath: '/bpm/manager/model',
// icon: 'carbon:data-2',
// hideInMenu: true,
// keepAlive: true,
// },
// },
{
path: 'process-instance/report',
component: () => import('#/views/bpm/processInstance/report/index.vue'),
name: 'BpmProcessInstanceReport',
meta: {
title: '数据报表',
activePath: '/bpm/manager/model',
icon: 'carbon:data-2',
hideInMenu: true,
keepAlive: true,
},
},
],
},
];