UI API ข้อมูลรายการการลาย้อนหลัง
This commit is contained in:
parent
543ae775bd
commit
9d1955b5aa
7 changed files with 995 additions and 2 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue