From 4fd7f575fa9d5be584cc8dfb24777a779bb8424d Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 17 Jan 2024 10:13:01 +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 --- src/modules/07_appealComplain/views/Form.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/07_appealComplain/views/Form.vue b/src/modules/07_appealComplain/views/Form.vue index dc6b717..fbd2c04 100644 --- a/src/modules/07_appealComplain/views/Form.vue +++ b/src/modules/07_appealComplain/views/Form.vue @@ -228,12 +228,12 @@ function onSubmit(data: any) { :readonly="isReadOnly" ref="titleRef" :rules="[ - (val) => !!val || 'กรุณากรอกเรื่องอุทธรณ์/ร้องทุกข์', + (val) => !!val || 'กรุณากรอกอุทธรณ์/ร้องทุกข์', ]" v-model="formData.title" dense outlined - label="เรื่องอุทธรณ์/ร้องทุกข์" + label="อุทธรณ์/ร้องทุกข์" hide-bottom-space /> @@ -246,12 +246,12 @@ function onSubmit(data: any) { :readonly="isReadOnly" ref="descriptionRef" :rules="[ - (val) => !!val || 'กรุณากรอกรายละเอียดเรื่องร้องทุกข์', + (val) => !!val || 'กรุณากรอกรายละเอียดอุทธรณ์/ร้องทุกข์', ]" v-model="formData.description" dense outlined - label="รายละเอียดเรื่องร้องทุกข์" + label="รายละเอียดอุทธรณ์/ร้องทุกข์" type="textarea" rows="5" hide-bottom-space