diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index bc50f7dd1..2da326609 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -374,34 +374,34 @@ const menuList = readonly([ }, ], }, - { - key: 9, - icon: "mdi-calendar", - activeIcon: "mdi-calendar", - label: "การลา", - path: "leave", - role: "coin", - children: [ - { - key: 9.1, - label: "รายการลงเวลาปฏิบัติงาน", - path: "/work-list", - role: "coin", - }, - { - key: 9.2, - label: "รายการลา", - path: "/leave-list", - role: "coin", - }, - { - key: 9.3, - label: "รายงานสถิติ", - path: "/statistics-report", - role: "coin", - }, - ], - }, + // { + // key: 9, + // icon: "mdi-calendar", + // activeIcon: "mdi-calendar", + // label: "การลา", + // path: "leave", + // role: "coin", + // children: [ + // { + // key: 9.1, + // label: "รายการลงเวลาปฏิบัติงาน", + // path: "/work-list", + // role: "coin", + // }, + // { + // key: 9.2, + // label: "รายการลา", + // path: "/leave-list", + // role: "coin", + // }, + // { + // key: 9.3, + // label: "รายงานสถิติ", + // path: "/statistics-report", + // role: "coin", + // }, + // ], + // }, ]); const tabList = readonly([ diff --git a/src/modules/05_placement/components/AppointEmployee/Detail.vue b/src/modules/05_placement/components/AppointEmployee/Detail.vue index a294adb15..e404fe7e6 100644 --- a/src/modules/05_placement/components/AppointEmployee/Detail.vue +++ b/src/modules/05_placement/components/AppointEmployee/Detail.vue @@ -153,8 +153,8 @@ onMounted(async () => {