From acfdec4353af307d9b1c2afba6f513a30dabe602 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Fri, 10 Nov 2023 11:27:03 +0700 Subject: [PATCH 01/10] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20format=20co?= =?UTF-8?q?de?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/2_InvestigateFacts/Form.vue | 4 +- .../3_InvestigateDisciplinary/AddPage.vue | 2 +- .../3_InvestigateDisciplinary/EditPage.vue | 2 +- .../3_InvestigateDisciplinary/Form.vue | 933 +++++++++--------- .../3_InvestigateDisciplinary/MainPage.vue | 6 +- .../3_InvestigateDisciplinary/Table.vue | 218 ++-- .../interface/request/disciplinary.ts | 6 +- src/modules/11_discipline/router.ts | 10 +- 8 files changed, 607 insertions(+), 574 deletions(-) diff --git a/src/modules/11_discipline/components/2_InvestigateFacts/Form.vue b/src/modules/11_discipline/components/2_InvestigateFacts/Form.vue index 374d3e227..d91b7190d 100644 --- a/src/modules/11_discipline/components/2_InvestigateFacts/Form.vue +++ b/src/modules/11_discipline/components/2_InvestigateFacts/Form.vue @@ -458,9 +458,9 @@ watch(props.data, async () => { dense ref="evidenceFilesRef" v-model="formData.evidenceFiles" - label="ไฟล์หลักฐานการรับ" + label="ไฟล์เอกสารหลักฐาน" lazy-rules - :rules="[(val) => !!val || 'กรุณาเลือกไฟล์หลักฐานการรับ']" + :rules="[(val) => !!val || 'กรุณาเลือกไฟล์เอกสารหลักฐาน']" hide-bottom-space >