From b936c356ec7f56dfc516509376c3c8c1ffc75aee Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Thu, 1 May 2025 09:36:15 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20=E0=B8=A7=E0=B8=B1=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_leave/components/formDetail/formCancel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/05_leave/components/formDetail/formCancel.vue b/src/modules/05_leave/components/formDetail/formCancel.vue index 4444b9e..a389647 100644 --- a/src/modules/05_leave/components/formDetail/formCancel.vue +++ b/src/modules/05_leave/components/formDetail/formCancel.vue @@ -72,7 +72,7 @@ const props = defineProps({
จำนวนวันที่ลา
- {{ props.data.leaveTotal ? props.data.leaveTotal : "-" }} + {{ props.data.leaveTotal ? props.data.leaveTotal + ` วัน` : "-" }}