feat: เพิ่ม แก้ไขรอบการปฏิบัติงานของลูกจ้าง

This commit is contained in:
setthawutttty 2025-07-11 14:18:52 +07:00
parent 8d42f39bb5
commit cb65cdb737
5 changed files with 438 additions and 11 deletions

View file

@ -10,7 +10,8 @@ const ChangeRoundMain = () =>
const SpecialTimeMain = () =>
import("@/modules/09_leave/views/04_SpecialTimeMain.vue");
const leaveReport = () => import("@/modules/09_leave/views/06_ReportMain.vue");
const ChangeRoundEMP = () =>
import("@/modules/09_leave/views/ChangeRoundEMP.vue");
// const CheckinReport = () =>
// import("@/modules/09_leave/views/!07_ReportCheckin.vue");
@ -37,6 +38,16 @@ export default [
Role: "STAFF",
},
},
{
path: "/change-round-emp",
name: "changeRoundEmp",
component: ChangeRoundEMP,
meta: {
Auth: true,
Key: "SYS_WORK_ROUND_EDIT_EMP",
Role: "STAFF",
},
},
{
path: "/work-list",
name: "workList",