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