From cce0c936bd66850058511e89a329a62cbcd8f6e9 Mon Sep 17 00:00:00 2001 From: freedakgmail Date: Wed, 5 Aug 2026 07:29:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E3=80=8C=E7=89=B9=E6=AE=8A=E7=8A=B6=E6=80=81=E3=80=8D=E6=94=B9?= =?UTF-8?q?=E5=90=8D=E4=B8=BA=E3=80=8C=E7=89=B9=E6=AE=8A=E5=91=98=E5=B7=A5?= =?UTF-8?q?=E3=80=8D?= 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 63646fc..374d027 100644 --- a/frontend/src/components/layout/SidebarNav.tsx +++ b/frontend/src/components/layout/SidebarNav.tsx @@ -45,7 +45,7 @@ const navGroups: NavGroup[] = [ { path: '/roster', label: '花名册', icon: Users }, { path: '/work-process', label: '用工办理', icon: ClipboardList }, { path: '/termination', label: '离职管理', icon: UserX }, - { path: '/special-status', label: '特殊状态', icon: Heart }, + { path: '/special-status', label: '特殊员工', icon: Heart }, { path: '/esign', label: '电子签署', icon: PenTool }, ], },