fix: 面包屑路由映射补充用工办理/特殊状态/工作日历
This commit is contained in:
@@ -13,9 +13,12 @@ interface BreadcrumbItem {
|
||||
|
||||
const ROUTE_MAP: Record<string, BreadcrumbItem> = {
|
||||
'/': { group: '工作台', label: '总览' },
|
||||
'/calendar': { group: '工作台', label: '工作日历' },
|
||||
'/roster': { group: '员工管理', label: '花名册' },
|
||||
'/work-process': { group: '员工管理', label: '用工办理' },
|
||||
'/attendance': { group: '员工管理', label: '考勤确认' },
|
||||
'/termination': { group: '员工管理', label: '解聘补偿' },
|
||||
'/special-status': { group: '员工管理', label: '特殊状态' },
|
||||
'/money': { group: '薪税社保', label: '薪税管理' },
|
||||
'/social': { group: '薪税社保', label: '社保公积金' },
|
||||
'/evidence': { group: '合规风控', label: '证据链' },
|
||||
|
||||
Reference in New Issue
Block a user