refactor: 「解聘」改为「解聘补偿」
This commit is contained in:
@@ -7,7 +7,7 @@ const tabs = [
|
|||||||
{ path: '/roster', label: '花名册', icon: Users },
|
{ path: '/roster', label: '花名册', icon: Users },
|
||||||
{ path: '/money', label: '薪税', icon: Calculator },
|
{ path: '/money', label: '薪税', icon: Calculator },
|
||||||
{ path: '/social', label: '社保', icon: Shield },
|
{ path: '/social', label: '社保', icon: Shield },
|
||||||
{ path: '/termination', label: '解聘', icon: UserX },
|
{ path: '/termination', label: '解聘补偿', icon: UserX },
|
||||||
{ path: '/ai-assistant', label: 'AI', icon: Bot },
|
{ path: '/ai-assistant', label: 'AI', icon: Bot },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ const tabs = [
|
|||||||
{ path: '/roster', label: '花名册' },
|
{ path: '/roster', label: '花名册' },
|
||||||
{ path: '/money', label: '薪税' },
|
{ path: '/money', label: '薪税' },
|
||||||
{ path: '/social', label: '社保公积金' },
|
{ path: '/social', label: '社保公积金' },
|
||||||
{ path: '/termination', label: '解聘' },
|
{ path: '/termination', label: '解聘补偿' },
|
||||||
{ path: '/ai-assistant', label: 'AI顾问' },
|
{ path: '/ai-assistant', label: 'AI顾问' },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -290,7 +290,7 @@ export default function Termination() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-3">
|
<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">
|
<div className="flex items-center gap-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user