完善考勤审批功能模块

This commit is contained in:
1147680382@qq.com
2025-05-23 09:11:43 +08:00
parent 4ad03c111f
commit df432367c6
9 changed files with 2078 additions and 57 deletions
+15
View File
@@ -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;