【功能优化】BPM:优化 model 历史的展示

This commit is contained in:
YunaiV
2025-03-02 08:05:37 +08:00
parent 21b65324a7
commit bcecf5c750
3 changed files with 57 additions and 46 deletions

View File

@@ -280,7 +280,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
},
{
path: 'manager/definition',
component: () => import('@/views/bpm/definition/index.vue'),
component: () => import('@/views/bpm/model/definition/index.vue'),
name: 'BpmProcessDefinition',
meta: {
noCache: true,