UI API ข้อมูลรายการการลาย้อนหลัง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-25 13:58:59 +07:00
parent 543ae775bd
commit 9d1955b5aa
7 changed files with 995 additions and 2 deletions

View file

@ -13,6 +13,9 @@ const leaveReport = () => import("@/modules/09_leave/views/06_ReportMain.vue");
// const CheckinReport = () =>
// import("@/modules/09_leave/views/!07_ReportCheckin.vue");
const LeaveHistoryMain = () =>
import("@/modules/09_leave/views/07_LeaveHistoryMain.vue");
export default [
{
path: "/round-time",
@ -94,7 +97,6 @@ export default [
Role: "STAFF",
},
},
{
path: "/checkin-report",
name: "checkinReport",
@ -105,4 +107,14 @@ export default [
Role: "STAFF",
},
},
{
path: "/leave-history",
name: "leaveHistory",
component: LeaveHistoryMain,
meta: {
Auth: true,
Key: "SYS_LEAVE_HISTORY",
Role: "STAFF",
},
},
];