From db105e2ecfdb9a164a74ef00d2cf950741ee2b58 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Thu, 21 Sep 2023 12:15:32 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1=20popup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/07_insignia/components/2_Manage/Tab1.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/07_insignia/components/2_Manage/Tab1.vue b/src/modules/07_insignia/components/2_Manage/Tab1.vue index 14d5dec7b..2c68c4d42 100644 --- a/src/modules/07_insignia/components/2_Manage/Tab1.vue +++ b/src/modules/07_insignia/components/2_Manage/Tab1.vue @@ -305,10 +305,10 @@ const clickAdd = async (id: string) => { async () => { await addlistperson(id); }, - "ยืนยันการเพิ่มรายชื่อขอพระราชทานเครื่องราชฯ", - "ต้องการยืนยันการเพิ่มรายชื่อขอพระราชทานเครื่องราชฯ นี้หรือไม่ ?" + "ยืนยันการเพิ่มรายชื่อคนที่ยื่นขอพระราชทานเครื่องราชฯ", + "ต้องการยืนยันการเพิ่มรายชื่อคนที่ยื่นขอพระราชทานเครื่องราชฯ นี้หรือไม่?" ); - } else dialogMessageNotify($q, "กรุณาเลือกรายชื่อขอพระราชทานเครื่องราชฯ"); + } else dialogMessageNotify($q, "กรุณาเลือกประเภทเครื่องราชฯ"); }; //เพิ่มราชชื่อข้าราชการ const addlistperson = async (id: string) => {