feat: 分组流程详情查看
This commit is contained in:
@@ -107,9 +107,48 @@ export const constantRoutes = [
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'task/record/index',
|
||||
component: () => import('@/views/flowable/task/record/index'),
|
||||
name: 'Record',
|
||||
path: 'task/finished/detail/index',
|
||||
component: () => import('@/views/flowable/task/finished/detail/index'),
|
||||
name: 'FinishedRecord',
|
||||
meta: { title: '流程详情', icon: '' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/flowable',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'task/myProcess/detail/index',
|
||||
component: () => import('@/views/flowable/task/myProcess/detail/index'),
|
||||
name: 'MyProcessRecord',
|
||||
meta: { title: '流程详情', icon: '' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/flowable',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'task/myProcess/send/index',
|
||||
component: () => import('@/views/flowable/task/myProcess/send/index'),
|
||||
name: 'SendRecord',
|
||||
meta: { title: '流程发起', icon: '' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/flowable',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'task/todo/detail/index',
|
||||
component: () => import('@/views/flowable/task/todo/detail/index'),
|
||||
name: 'TodoRecord',
|
||||
meta: { title: '流程处理', icon: '' }
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user