From 989ef30d114774d7345c7ea4734452e5825cd948 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 29 Apr 2025 14:11:37 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84=E0=B8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../09_leave/components/07_LeaveHistory/DialogForm.vue | 2 +- src/modules/09_leave/views/07_LeaveHistoryMain.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/09_leave/components/07_LeaveHistory/DialogForm.vue b/src/modules/09_leave/components/07_LeaveHistory/DialogForm.vue index a93166282..14222235b 100644 --- a/src/modules/09_leave/components/07_LeaveHistory/DialogForm.vue +++ b/src/modules/09_leave/components/07_LeaveHistory/DialogForm.vue @@ -470,7 +470,7 @@ watch(modal, async (val) => { v-model="formData.leaveDays" dense outlined - label="วันลาที่ยกมา" + label="จำนวนสิทธิ์การลา" hide-bottom-space mask="##" /> diff --git a/src/modules/09_leave/views/07_LeaveHistoryMain.vue b/src/modules/09_leave/views/07_LeaveHistoryMain.vue index 1911be92f..5e946b04c 100644 --- a/src/modules/09_leave/views/07_LeaveHistoryMain.vue +++ b/src/modules/09_leave/views/07_LeaveHistoryMain.vue @@ -73,7 +73,7 @@ const columns = ref([ { name: "leaveDays", align: "left", - label: "วันลาที่ยกมา", + label: "จำนวนสิทธิ์การลา", sortable: true, field: "leaveDays", headerStyle: "font-size: 14px", @@ -228,7 +228,7 @@ onMounted(async () => {