From 2c510e775d9a30346c051d84b06746f2ac294848 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Thu, 23 Nov 2023 15:48:51 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20popup=20=E0=B8=AA?= =?UTF-8?q?=E0=B9=88=E0=B8=87=E0=B8=A7=E0=B8=B4=E0=B8=99=E0=B8=B1=E0=B8=A2?= =?UTF-8?q?=E0=B9=84=E0=B8=9B=E0=B8=82=E0=B8=B1=E0=B9=89=E0=B8=99=E0=B8=95?= =?UTF-8?q?=E0=B8=AD=E0=B8=99=E0=B8=96=E0=B8=B1=E0=B8=94=E0=B9=84=E0=B8=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/11_discipline/components/1_Complaint/Popup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/11_discipline/components/1_Complaint/Popup.vue b/src/modules/11_discipline/components/1_Complaint/Popup.vue index 95e6173fb..b33523316 100644 --- a/src/modules/11_discipline/components/1_Complaint/Popup.vue +++ b/src/modules/11_discipline/components/1_Complaint/Popup.vue @@ -17,7 +17,7 @@ const { dialogConfirm, dialogMessageNotify, success } = mixin; const props = defineProps({ title: { type: String, - require: 'ส่งไปสืบสวน', + default: 'ส่งไปสืบสวน', }, modal: { type: Boolean,