From 01ff77f49f08faa07de80aff9aa7e002963e3346 Mon Sep 17 00:00:00 2001 From: andy <1042025947@qq.com> Date: Thu, 11 Jun 2026 09:04:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/router/index.ts b/src/router/index.ts index a12a149..0b240bb 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -116,6 +116,19 @@ const routes: RouteRecordRaw[] = [ component: () => import('@/views/org/post/index.vue'), meta: { title: '岗位管理', icon: 'IdCardOutline' } }, + // 项目管理 + { + path: 'biz/orderProject', + name: 'OrderProject', + component: () => import('@/views/biz/orderProject/index.vue'), + meta: { title: '项目管理', icon: 'PersonOutline' } + }, + { + path: 'biz/orderProject/gantt', + name: 'OrderProjectGantt', + component: () => import('@/views/biz/orderProject/components/GanttSchedule.vue'), + meta: { title: '甘特图排产', icon: 'CalendarOutline', activeMenu: '/biz/orderProject' } + }, //运营管理 { path: 'biz/orderItem',