From 0809ab03dbd0cacc5e3a583370f5d8d3ff6efd94 Mon Sep 17 00:00:00 2001 From: crushing1111 <909171938@qq.com> Date: Thu, 14 Aug 2025 17:30:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=AE=A1=E7=90=86=E5=AD=90?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=BA=BA=E5=8A=9B=E7=94=98=E7=89=B9=E5=9B=BE?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/route.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/router/route.ts b/src/router/route.ts index c632539..2ced11f 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -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',