feat: 将我发起的流程列表独立出来,改为tab中打开,调整审批记录的样式
This commit is contained in:
@ -174,6 +174,14 @@ export const FLOW_ROUTE: AppRouteRecordRaw[] = [{
|
||||
meta: {
|
||||
title: '待办列表'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'myProcess',
|
||||
name: 'FlowListPage3',
|
||||
component: () => import('/@/views/secondDev/processTasksPage.vue'),
|
||||
meta: {
|
||||
title: '我发起的'
|
||||
}
|
||||
}
|
||||
]
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user