From e89eeeaba30b4c0c83e95763417fb4c73a5a1ad4 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Tue, 24 Sep 2024 11:39:26 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20ui=20=E0=B8=94?= =?UTF-8?q?=E0=B8=B2=E0=B8=A7=E0=B8=99=E0=B9=8C=E0=B9=82=E0=B8=AB=E0=B8=A5?= =?UTF-8?q?=E0=B8=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../10_order/components/step/step04.vue | 10 ++++---- .../18_command/components/Step/4_Attached.vue | 23 +++++++++++-------- src/modules/18_command/views/detail.vue | 7 ++++-- 3 files changed, 23 insertions(+), 17 deletions(-) diff --git a/src/modules/10_order/components/step/step04.vue b/src/modules/10_order/components/step/step04.vue index 58d6209fb..56f11572f 100644 --- a/src/modules/10_order/components/step/step04.vue +++ b/src/modules/10_order/components/step/step04.vue @@ -686,7 +686,7 @@ const viewFileUpload = async (url: string) => { v-model="fileOrder" label="เลือกไฟล์คำสั่ง" hide-bottom-space - :rules="[(val) => val || 'กรุณาเลือกไฟล์ไฟล์คำสั่ง']" + :rules="[(val:string) => val || 'กรุณาเลือกไฟล์ไฟล์คำสั่ง']" accept=".pdf" >