【代码评审】Bpm:数据报表

This commit is contained in:
YunaiV
2025-01-26 14:13:04 +08:00
parent 79a53412d6
commit bd48210d7f
3 changed files with 21 additions and 4 deletions

View File

@@ -307,6 +307,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
activityId: route.query.activityId
})
},
{
path: 'process-instance/report',
component: () => import('@/views/bpm/processInstance/report/index.vue'),
name: 'BpmProcessInstanceReport',
meta: {
noCache: true,
hidden: true,
canTo: true,
title: '数据报表',
activeMenu: '/bpm/manager/model'
}
},
{
path: 'oa/leave/create',
component: () => import('@/views/bpm/oa/leave/create.vue'),