From f80a07b55e9c10e84d84014fbd6cdf7ed665d444 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 1 Apr 2024 09:19:14 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20form=20?= =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82=E0=B8=A3=E0=B8=B2?= =?UTF-8?q?=E0=B8=A2=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=82=E0=B8=84=E0=B8=A3?= =?UTF-8?q?=E0=B8=87=E0=B8=81=E0=B8=B2=E0=B8=A3/=E0=B8=AB=E0=B8=A5?= =?UTF-8?q?=E0=B8=B1=E0=B8=81=E0=B8=AA=E0=B8=B9=E0=B8=95=E0=B8=A3=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B8=9D=E0=B8=B6=E0=B8=81=E0=B8=AD=E0=B8=9A?= =?UTF-8?q?=E0=B8=A3=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/15_development/components/BasicInfo.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/15_development/components/BasicInfo.vue b/src/modules/15_development/components/BasicInfo.vue index 1a6ea723f..90022418a 100644 --- a/src/modules/15_development/components/BasicInfo.vue +++ b/src/modules/15_development/components/BasicInfo.vue @@ -88,9 +88,11 @@ onMounted(() => { label="ชื่อโครงการ/กิจกรรม/หลักสูตร" rows="6" type="textarea" + hide-bottom-space :rules="[ (val:string) => !!val || `${'กรุณากรอกชื่อโครงการ/กิจกรรม/หลักสูตร'}`, + ]" /> @@ -101,6 +103,7 @@ onMounted(() => { v-model="formData.reason" label="หลักการและเหตุผล" rows="6" + hide-bottom-space type="textarea" :rules="[ (val:string) => @@ -115,6 +118,7 @@ onMounted(() => { v-model="formData.objective" label="วัตถุประสงค์" rows="6" + hide-bottom-space type="textarea" :rules="[ (val:string) =>