From bf022bdb7341e3bc387d937d734f79261f4c9e11 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 18 Jun 2025 14:35:58 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=9A=E0=B8=9A=E0=B8=A5?= =?UTF-8?q?=E0=B8=B2=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1=20filter?= =?UTF-8?q?=20=E0=B8=81=E0=B8=B3=E0=B8=A5=E0=B8=B1=E0=B8=87=E0=B8=94?= =?UTF-8?q?=E0=B8=B3=E0=B9=80=E0=B8=99=E0=B8=B4=E0=B8=99=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=A2=E0=B8=81=E0=B9=80=E0=B8=A5=E0=B8=B4=E0=B8=81?= =?UTF-8?q?=E0=B9=81=E0=B8=A5=E0=B8=B0=E0=B8=A2=E0=B8=81=E0=B9=80=E0=B8=A5?= =?UTF-8?q?=E0=B8=B4=E0=B8=81=E0=B8=AA=E0=B8=B3=E0=B9=80=E0=B8=A3=E0=B9=87?= =?UTF-8?q?=E0=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_leave/store.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/05_leave/store.ts b/src/modules/05_leave/store.ts index 6993294..2ee8f9f 100644 --- a/src/modules/05_leave/store.ts +++ b/src/modules/05_leave/store.ts @@ -125,7 +125,8 @@ export const useLeaveStore = defineStore("Leave", () => { { id: "PENDING", name: "กำลังดำเนินการ" }, { id: "APPROVE", name: "อนุญาต " }, { id: "REJECT", name: "ไม่อนุญาต" }, - { id: "DELETE", name: "ยกเลิก" }, + { id: "DELETING", name: "กำลังดำเนินการยกเลิก" }, + { id: "DELETE", name: "ยกเลิกสำเร็จ" }, ]); const statusOptions = ref(statusOptionsMain.value);