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" > - เหตุผลการลบ + เหตุผลการลบออก