fix: 任务中心待办事项查看全部跳转到风险中心
This commit is contained in:
@@ -123,7 +123,7 @@ export function TaskCenter() {
|
|||||||
))}
|
))}
|
||||||
{group.items.length > 5 && (
|
{group.items.length > 5 && (
|
||||||
<Link
|
<Link
|
||||||
to={group.category === '发薪批次' ? '/money' : group.category === '合同到期' ? '/roster' : '/'}
|
to={group.category === '发薪批次' ? '/money' : group.category === '合同到期' ? '/roster' : group.category === '待办事项' ? '/risk-center' : '/'}
|
||||||
className="block text-xs text-brand-600 hover:underline px-2 py-1"
|
className="block text-xs text-brand-600 hover:underline px-2 py-1"
|
||||||
>
|
>
|
||||||
查看全部 {group.items.length} 项 →
|
查看全部 {group.items.length} 项 →
|
||||||
|
|||||||
Reference in New Issue
Block a user