add -- 新增 任务签收功能
This commit is contained in:
@@ -104,6 +104,12 @@ export const constantRoutes = [
|
||||
name: 'own',
|
||||
meta: { title: '我的流程', icon: '' }
|
||||
},
|
||||
{
|
||||
path: 'todo',
|
||||
component: () => import('@/views/workflow/work/todo'),
|
||||
name: 'todo',
|
||||
meta: { title: '代办任务', icon: '' }
|
||||
},
|
||||
{
|
||||
path: 'detail',
|
||||
component: () => import('@/views/workflow/work/detail'),
|
||||
|
||||
Reference in New Issue
Block a user