任务管理子路由人力甘特图路由添加
This commit is contained in:
parent
cee78d71c9
commit
0809ab03db
|
@ -160,6 +160,18 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|||
sort: 3.5
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
path: '/task/gantt',
|
||||
name: 'TaskGantt',
|
||||
component: () => import('@/views/task/task-gantt/TaskGantt.vue'),
|
||||
meta: {
|
||||
title: '人力甘特图',
|
||||
icon: 'workload', // 进度相关图标
|
||||
hidden: false,
|
||||
sort: 3.6
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
path: '/task/approval',
|
||||
|
|
Loading…
Reference in New Issue