From e047e57a08852d38c0a739b5ff929d23e5aa51b1 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 9 Jul 2024 16:02:27 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=A5=E0=B8=B2=E0=B8=AD=E0=B8=AD=E0=B8=81=20=E0=B8=AD?= =?UTF-8?q?=E0=B8=99=E0=B8=B8=E0=B8=A1=E0=B8=B1=E0=B8=95=E0=B8=B4=E0=B9=80?= =?UTF-8?q?=E0=B8=9B=E0=B9=87=E0=B8=99=20=E0=B8=AD=E0=B8=99=E0=B8=B8?= =?UTF-8?q?=E0=B8=8D=E0=B8=B2=E0=B8=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/resign/ResignByid.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/modules/06_retirement/components/resign/ResignByid.vue b/src/modules/06_retirement/components/resign/ResignByid.vue index ac2e84749..23582e987 100644 --- a/src/modules/06_retirement/components/resign/ResignByid.vue +++ b/src/modules/06_retirement/components/resign/ResignByid.vue @@ -237,7 +237,7 @@ const conditionPopup = () => { } }; -//pop up ยืนยันการอนุมัติ +//pop up ยืนยันการอนุญาต const confirmpopUp = async () => { dialogConfirm( $q, @@ -248,7 +248,7 @@ const confirmpopUp = async () => { await http .put(config.API.resignConfirm(roleUser.value, id.value), body) .then(() => { - success($q, "การอนุมัติสำเร็จ"); + success($q, "การอนุญาตสำเร็จ"); closeModal(); }) .catch((e) => { @@ -258,8 +258,8 @@ const confirmpopUp = async () => { fetchData(id.value); }); }, - "ยืนยันการอนุมัติ", - "ต้องการยืนยันการอนุมัติการลานี้หรือไม่ ?" + "ยืนยันการอนุญาต", + "ต้องการยืนยันการอนุญาตการลานี้หรือไม่ ?" ); }; @@ -379,9 +379,9 @@ const getClass = (val: boolean) => { const statusOrder = (val: boolean) => { switch (val) { case true: - return "ยับยั้งการลาออก"; + return "ยับยั้ง"; case false: - return "อนุมัติการลาออก"; + return "อนุญาต"; } }; @@ -580,7 +580,7 @@ function removeFile(fileName: string) { dense icon-right="check" class="q-px-sm" - label="อนุมัติ" + label="อนุญาต" @click="popUp('pass')" />