From ccab4a6a856c0438209404e4b14ac95fbde8a608 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Tue, 2 Apr 2024 15:47:08 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20input=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=82?= =?UTF-8?q?=E0=B8=84=E0=B8=A3=E0=B8=87=E0=B8=81=E0=B8=B2=E0=B8=A3/?= =?UTF-8?q?=E0=B8=AB=E0=B8=A5=E0=B8=B1=E0=B8=81=E0=B8=AA=E0=B8=B9=E0=B8=95?= =?UTF-8?q?=E0=B8=A3=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=9D=E0=B8=B6=E0=B8=81?= =?UTF-8?q?=E0=B8=AD=E0=B8=9A=E0=B8=A3=E0=B8=A1(=E0=B8=AD=E0=B8=B7?= =?UTF-8?q?=E0=B9=88=E0=B8=99=E0=B9=86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../15_development/components/Other.vue | 118 +++++++++++++++++- .../15_development/interface/request/Main.ts | 7 ++ 2 files changed, 120 insertions(+), 5 deletions(-) diff --git a/src/modules/15_development/components/Other.vue b/src/modules/15_development/components/Other.vue index dd38e772e..8ca25b410 100644 --- a/src/modules/15_development/components/Other.vue +++ b/src/modules/15_development/components/Other.vue @@ -24,7 +24,14 @@ const formData = reactive({ receive: null, approved: null, budgetPay: null, - issues:'' + issues:'', + chance:'', + effects:'', + riskLevel:'', + riskManagement:'', + benefits:'', + topicsIssues:'', + trainingStudy:'', }); const provinceOp = ref([]); @@ -99,11 +106,11 @@ onMounted(() => { :model-value=" formData.dateStart ? date2Thai(formData.dateStart) : null " - :label="`${'วันที่เริ่มรับสมัคร'}`" + :label="`${'วันที่เริ่มต้น'}`" hide-bottom-space :rules="[ (val:string) => - !!val || `${'กรุณาเลือกวันที่เริ่มรับสมัคร'}`, + !!val || `${'กรุณาเลือกวันที่เริ่มต้น'}`, ]" >