From f853c764010f17a8835c434c2a8dfe4aef8796e6 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Thu, 8 Aug 2024 16:36:35 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AA=E0=B8=B4=E0=B8=97=E0=B8=98=E0=B8=B4?= =?UTF-8?q?=E0=B9=8C=20=E0=B8=AA=E0=B8=A3=E0=B8=B8=E0=B8=9B=E0=B8=9C?= =?UTF-8?q?=E0=B8=A5=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=9E=E0=B8=B4=E0=B8=88?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B8=93=E0=B8=B2=E0=B8=84=E0=B8=A7=E0=B8=B2?= =?UTF-8?q?=E0=B8=A1=E0=B8=9C=E0=B8=B4=E0=B8=94=E0=B8=97=E0=B8=B2=E0=B8=87?= =?UTF-8?q?=E0=B8=A7=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 | 2 +- .../3_InvestigateDisciplinary/Form.vue | 10 ++--- .../components/4_Result/EditPage.vue | 6 +-- .../components/4_Result/Form.vue | 40 +++++++++++++++---- .../components/4_Result/MainPage.vue | 8 ++++ .../components/4_Result/Table.vue | 36 +++++++++++++---- .../11_discipline/components/UploadFile.vue | 4 +- src/modules/11_discipline/router.ts | 12 ++++++ 8 files changed, 91 insertions(+), 27 deletions(-) diff --git a/src/modules/11_discipline/components/1_Complaint/Form.vue b/src/modules/11_discipline/components/1_Complaint/Form.vue index aa7d24590..547013dbe 100644 --- a/src/modules/11_discipline/components/1_Complaint/Form.vue +++ b/src/modules/11_discipline/components/1_Complaint/Form.vue @@ -1045,7 +1045,7 @@ function filterOptionFnAgency(val: string, update: Function) { dense color="red" class="q-ml-sm" - icon="mdi-delete-outline" + icon="mdi-delete" @click="deleteFile(data.id)" >ลบไฟล์ diff --git a/src/modules/11_discipline/components/3_InvestigateDisciplinary/Form.vue b/src/modules/11_discipline/components/3_InvestigateDisciplinary/Form.vue index 6a423022f..756d79583 100644 --- a/src/modules/11_discipline/components/3_InvestigateDisciplinary/Form.vue +++ b/src/modules/11_discipline/components/3_InvestigateDisciplinary/Form.vue @@ -901,7 +901,7 @@ onMounted(async () => { col.label }} - +