From b576a48ff1959abac3df471fd0c452440cd0dc5a Mon Sep 17 00:00:00 2001 From: freedakgmail Date: Wed, 5 Aug 2026 07:27:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E5=88=86=E7=BB=84=E9=A1=BA=E5=BA=8F=EF=BC=8C?= =?UTF-8?q?=E7=94=B5=E5=AD=90=E7=AD=BE=E7=BD=B2=E7=A7=BB=E8=87=B3=E5=9B=A2?= =?UTF-8?q?=E9=98=9F=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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/layout/SidebarNav.tsx b/frontend/src/components/layout/SidebarNav.tsx index 77c3015..63646fc 100644 --- a/frontend/src/components/layout/SidebarNav.tsx +++ b/frontend/src/components/layout/SidebarNav.tsx @@ -46,6 +46,14 @@ const navGroups: NavGroup[] = [ { path: '/work-process', label: '用工办理', icon: ClipboardList }, { path: '/termination', label: '离职管理', icon: UserX }, { path: '/special-status', label: '特殊状态', icon: Heart }, + { path: '/esign', label: '电子签署', icon: PenTool }, + ], + }, + { + title: '时间', + items: [ + { path: '/attendance', label: '考勤排班', icon: CalendarCheck }, + { path: '/leave-approval', label: '休假审批', icon: CalendarClock }, ], }, { @@ -61,14 +69,6 @@ const navGroups: NavGroup[] = [ items: [ { path: '/commercial-insurance', label: '商业保险', icon: Umbrella }, { path: '/benefits', label: '员工福利', icon: Gift }, - { path: '/esign', label: '电子签署', icon: PenTool }, - ], - }, - { - title: '时间', - items: [ - { path: '/attendance', label: '考勤排班', icon: CalendarCheck }, - { path: '/leave-approval', label: '休假审批', icon: CalendarClock }, ], }, {