任务管理子路由人力甘特图路由添加

This commit is contained in:
crushing1111 2025-08-14 17:30:24 +08:00
parent cee78d71c9
commit 0809ab03db
1 changed files with 12 additions and 0 deletions

View File

@ -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',