From a1424a42d6e94b9e210d61077c7ad1ad9fe90e2c Mon Sep 17 00:00:00 2001 From: freedakgmail Date: Mon, 17 Aug 2026 20:31:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BE=85=E7=AD=BE=E5=90=88=E5=90=8C?= =?UTF-8?q?=E7=A7=BB=E5=88=B0=E9=A6=96=E9=A1=B5=E5=88=86=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/layout/SidebarNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/layout/SidebarNav.tsx b/frontend/src/components/layout/SidebarNav.tsx index 2ec9ad0..e955b66 100644 --- a/frontend/src/components/layout/SidebarNav.tsx +++ b/frontend/src/components/layout/SidebarNav.tsx @@ -36,6 +36,7 @@ const navGroups: NavGroup[] = [ title: '首页', items: [ { path: '/', label: '工作台', icon: LayoutDashboard }, + { path: '/esign', label: '待签合同', icon: PenTool }, { path: '/calendar', label: '工作日历', icon: CalendarDays }, ], }, @@ -44,7 +45,6 @@ const navGroups: NavGroup[] = [ items: [ { path: '/roster', label: '花名册', icon: Users }, { path: '/org-chart', label: '组织架构', icon: Building2 }, - { path: '/esign', label: '待签合同', icon: PenTool }, { path: '/termination', label: '离职管理', icon: UserX }, { path: '/training-records', label: '培训记录', icon: GraduationCap }, { path: '/performance-records', label: '绩效考核', icon: TrendingUp },