From 5c1b67a642d857d6aefcdd5b62beefc5bd90c5b8 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 27 Dec 2023 15:50:41 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=A7?= =?UTF-8?q?=E0=B8=B4=E0=B8=99=E0=B8=B1=E0=B8=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/1_Complaint/Form.vue | 27 --------- .../components/1_Complaint/MainPage.vue | 37 ++++++++---- .../components/2_InvestigateFacts/Form.vue | 46 --------------- .../2_InvestigateFacts/MainPage.vue | 25 ++++---- .../3_InvestigateDisciplinary/MainPage.vue | 13 ++--- .../3_InvestigateDisciplinary/Table.vue | 41 +++++++------ .../components/4_Result/Form.vue | 57 ++++++++----------- .../components/4_Result/MainPage.vue | 2 +- .../components/4_Result/Table.vue | 23 +++++--- .../6_BasicInformation/Director/MainPage.vue | 9 ++- .../components/7_ListSuspend/ListsPage.vue | 48 +++++++++------- .../components/8_AppealComplain/MainPage.vue | 23 ++++++-- 12 files changed, 161 insertions(+), 190 deletions(-) diff --git a/src/modules/11_discipline/components/1_Complaint/Form.vue b/src/modules/11_discipline/components/1_Complaint/Form.vue index 4c633cb38..a75cdbfef 100644 --- a/src/modules/11_discipline/components/1_Complaint/Form.vue +++ b/src/modules/11_discipline/components/1_Complaint/Form.vue @@ -592,8 +592,6 @@ onMounted(() => { :readonly="isReadonly" hide-bottom-space v-model="formData.description" - :rules="[(val) => !!val || 'กรุณาการข้อมูล']" - lazy-rules label="รายละเอียดเรื่องร้องเรียน" type="textarea" rows="5" @@ -668,10 +666,6 @@ onMounted(() => { emit-value hide-bottom-space map-options - :rules="[ - (val) => !!val || `${'กรุณาเลือกระดับการพิจารณา'}`, - ]" - lazy-rules @update:model-value=" selectLevel(formData.levelConsideration); changeFormData(); @@ -712,10 +706,6 @@ onMounted(() => { :readonly="isReadonly" label="วันที่กำหนดพิจารณา" hide-bottom-space - :rules="[ - (val) => !!val || `${'กรุณาเลือกวันที่กำหนดพิจารณา'}`, - ]" - lazy-rules >