From c134530d5c5dd75cda3b4b68b1544b574540581d Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 9 Jan 2024 13:24:57 +0700 Subject: [PATCH] =?UTF-8?q?API=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=E0=B8=9B=E0=B8=8F=E0=B8=B4=E0=B8=97=E0=B8=B4=E0=B8=99?= =?UTF-8?q?=E0=B8=A7=E0=B8=B1=E0=B8=99=E0=B8=97=E0=B8=B3=E0=B8=87=E0=B8=B2?= =?UTF-8?q?=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/09_leave/api.leave.ts | 2 + .../09_leave/views/ChangeRoundMain.vue | 43 ++++++++++++++++--- 2 files changed, 38 insertions(+), 7 deletions(-) diff --git a/src/api/09_leave/api.leave.ts b/src/api/09_leave/api.leave.ts index 6988f5e4e..895ef2019 100644 --- a/src/api/09_leave/api.leave.ts +++ b/src/api/09_leave/api.leave.ts @@ -13,6 +13,8 @@ export default { leaveSearch: () => `${leave}/search`, leaveRound: () => `${leave}/round`, leaveRoundById: (id: string) => `${leave}/round/${id}`, + leaveWorkByid: (id: string) => `${leave}/admin/work/${id}`, + /**ลงเวลาพิเศษ */ specialTime: () => `${leave}/admin/edit`, specialTimeApprove: (id: string) => `${leave}/admin/edit/approve/${id}`, diff --git a/src/modules/09_leave/views/ChangeRoundMain.vue b/src/modules/09_leave/views/ChangeRoundMain.vue index 9cd0d57d8..8a4a7b2a3 100644 --- a/src/modules/09_leave/views/ChangeRoundMain.vue +++ b/src/modules/09_leave/views/ChangeRoundMain.vue @@ -1,6 +1,8 @@