From aa034176c72c225a065030f78b9ba9efc99388de Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Thu, 3 Apr 2025 18:08:54 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1=E0=B9=83=E0=B8=99?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=9A=E0=B8=9A=E0=B9=83=E0=B8=9A=E0=B8=A5?= =?UTF-8?q?=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_leave/store.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/05_leave/store.ts b/src/modules/05_leave/store.ts index 393ac0e..9588480 100644 --- a/src/modules/05_leave/store.ts +++ b/src/modules/05_leave/store.ts @@ -108,8 +108,8 @@ export const useLeaveStore = defineStore("Leave", () => { { id: "DRAFT", name: "แบบร่าง" }, { id: "NEW", name: "ใหม่" }, { id: "PENDING", name: "กำลังดำเนินการ" }, - { id: "APPROVE", name: "อนุมัติ " }, - { id: "REJECT", name: "ไม่อนุมัติ" }, + { id: "APPROVE", name: "อนุญาต " }, + { id: "REJECT", name: "ไม่อนุญาต" }, { id: "DELETE", name: "ยกเลิก" }, ]); const statusOptions = ref(statusOptionsMain.value);