From df759352385c3f713a5b32643ea1bb1e06c56149 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Thu, 21 Sep 2023 11:51:59 +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=9C=E0=B8=B4=E0=B8=94=E0=B9=81=E0=B8=A5=E0=B8=B0=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/07_insignia/components/2_Manage/Tab1.vue | 4 ++-- src/modules/07_insignia/components/2_Manage/Tab2.vue | 2 +- src/modules/07_insignia/components/2_Manage/Tab3.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/07_insignia/components/2_Manage/Tab1.vue b/src/modules/07_insignia/components/2_Manage/Tab1.vue index f09eb3b87..7e9775fbf 100644 --- a/src/modules/07_insignia/components/2_Manage/Tab1.vue +++ b/src/modules/07_insignia/components/2_Manage/Tab1.vue @@ -1035,7 +1035,7 @@ const closeModalEdit = () => { { (false); const dialogTitle = ref(""); const dialogDesc = ref(""); const showReson = (name: string, requestNote: string) => { - dialogTitle.value = "หมายเหตุของ" + name; + dialogTitle.value = "เหตุผลการไม่ยื่นขอ " + name; dialogDesc.value = requestNote; dialogNote.value = true; }; diff --git a/src/modules/07_insignia/components/2_Manage/Tab3.vue b/src/modules/07_insignia/components/2_Manage/Tab3.vue index 3d6dd0f4d..35fcb91b3 100644 --- a/src/modules/07_insignia/components/2_Manage/Tab3.vue +++ b/src/modules/07_insignia/components/2_Manage/Tab3.vue @@ -199,7 +199,7 @@ const note = ref(""); const noteTitle = ref(""); const showNote = (row: any) => { note.value = row.requestNote; - noteTitle.value = "เหตุผลกรลบออกของ" + " " + row.name; + noteTitle.value = "เหตุผลการลบออก " + " " + row.name; dialogNote.value = true; }; const closeReson = () => { @@ -386,7 +386,7 @@ const closeReson = () => { @click.stop="showNote(props.row)" icon="mdi-information-outline" > - เหตุผลการลบ + เหตุผลการลบออก