From e6351113ab96889f20d762b808b96a613cba157f Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 18 Jun 2025 14:31:59 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=83=E0=B8=9A=E0=B8=A5=E0=B8=B2=E0=B9=80?= =?UTF-8?q?=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1=20filter=20status=20?= =?UTF-8?q?=E0=B8=81=E0=B8=B3=E0=B8=A5=E0=B8=B1=E0=B8=87=E0=B8=82=E0=B8=AD?= =?UTF-8?q?=E0=B8=A2=E0=B8=81=E0=B9=80=E0=B8=A5=E0=B8=B4=E0=B8=81=20?= =?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/09_leave/components/05_Leave/ToolBarLeave.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/modules/09_leave/components/05_Leave/ToolBarLeave.vue b/src/modules/09_leave/components/05_Leave/ToolBarLeave.vue index 7d8298fb1..ed53e9679 100644 --- a/src/modules/09_leave/components/05_Leave/ToolBarLeave.vue +++ b/src/modules/09_leave/components/05_Leave/ToolBarLeave.vue @@ -52,6 +52,14 @@ const optionStatus = ref([ id: "REJECT", name: "ไม่อนุญาต", }, + { + id: "DELETING", + name: "กำลังดำเนินการยกเลิก", + }, + { + id: "DELETE", + name: "ยกเลิกสำเร็จ", + }, ]); const optionStatus2 = ref([ {