完善考勤审批功能模块
This commit is contained in:
@@ -14,5 +14,20 @@ const menuTable = [
|
||||
url: "/performance/attendance/general",
|
||||
icon: "Notebook",
|
||||
},
|
||||
{
|
||||
title: "主管审批列表",
|
||||
url: "/performance/attendance/manager",
|
||||
icon: "Notebook",
|
||||
},
|
||||
{
|
||||
title: "综合部复审列表",
|
||||
url: "/performance/attendance/reviewed",
|
||||
icon: "Notebook",
|
||||
},
|
||||
{
|
||||
title: "财务考勤列表",
|
||||
url: "/performance/attendance/finance",
|
||||
icon: "Notebook",
|
||||
},
|
||||
];
|
||||
export default menuTable;
|
||||
|
||||
Reference in New Issue
Block a user