refactor: 侧边栏「特殊状态」改名为「特殊员工」

This commit is contained in:
freedakgmail
2026-08-05 07:29:39 +08:00
parent b576a48ff1
commit cce0c936bd
@@ -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 },
],
},