refactor: 「解聘」改为「解聘补偿」

This commit is contained in:
freedakgmail
2026-07-23 16:59:23 +08:00
parent 1b05facc92
commit e4dae72411
3 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@ const tabs = [
{ path: '/roster', label: '花名册', icon: Users },
{ path: '/money', label: '薪税', icon: Calculator },
{ path: '/social', label: '社保', icon: Shield },
{ path: '/termination', label: '解聘', icon: UserX },
{ path: '/termination', label: '解聘补偿', icon: UserX },
{ path: '/ai-assistant', label: 'AI', icon: Bot },
]
+1 -1
View File
@@ -9,7 +9,7 @@ const tabs = [
{ path: '/roster', label: '花名册' },
{ path: '/money', label: '薪税' },
{ path: '/social', label: '社保公积金' },
{ path: '/termination', label: '解聘' },
{ path: '/termination', label: '解聘补偿' },
{ path: '/ai-assistant', label: 'AI顾问' },
]
+1 -1
View File
@@ -290,7 +290,7 @@ export default function Termination() {
return (
<div className="space-y-3">
<h1 className="text-xs font-medium"></h1>
<h1 className="text-xs font-medium"></h1>
{/* 进度条 */}
<div className="flex items-center gap-1">