流程待处理、已处理、以及流程详情页操作回显
This commit is contained in:
@@ -111,6 +111,14 @@ export const adminBaseRoute = {
|
||||
title: pageTitle('router.modelEdit')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'instanceDetail',
|
||||
component: () => import('@/views/system/bpm/processInstance/detail/index.vue'),
|
||||
name: 'BpmProcessInstanceDetail',
|
||||
meta: {
|
||||
title: pageTitle('router.instanceDetail')
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: 'manager/model/edit',
|
||||
// component: () => import('@/views/bpm/model/editor/index.vue'),
|
||||
@@ -135,18 +143,7 @@ export const adminBaseRoute = {
|
||||
// activeMenu: '/bpm/manager/model'
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: 'process-instance/detail',
|
||||
// component: () => import('@/views/bpm/processInstance/detail/index.vue'),
|
||||
// name: 'BpmProcessInstanceDetail',
|
||||
// meta: {
|
||||
// noCache: true,
|
||||
// hidden: true,
|
||||
// canTo: true,
|
||||
// title: '流程详情',
|
||||
// activeMenu: '/bpm/task/my'
|
||||
// }
|
||||
// },
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user