From f4dafaeab7d9bf0766df84e8b6dac24960795878 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 18 Sep 2023 16:23:47 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20lazy-rules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/07_insignia/components/5_Borrow/DialogForm.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/07_insignia/components/5_Borrow/DialogForm.vue b/src/modules/07_insignia/components/5_Borrow/DialogForm.vue index 8377c9aa8..28a3fac51 100644 --- a/src/modules/07_insignia/components/5_Borrow/DialogForm.vue +++ b/src/modules/07_insignia/components/5_Borrow/DialogForm.vue @@ -335,6 +335,7 @@ const closeDialog = () => { dense borderless outlined + lazy-rules :rules="[(val) => !!val || 'กรุณาเลือกวันที่']" hide-bottom-space :model-value=" @@ -368,6 +369,7 @@ const closeDialog = () => { map-options outlined v-model="OrganazationId" + lazy-rules :label="`เลือกหน่วยงาน`" /> @@ -402,6 +404,7 @@ const closeDialog = () => { dense borderless outlined + lazy-rules :rules="[(val) => !!val || 'กรุณาเลือกวันที่']" hide-bottom-space :model-value=" @@ -428,6 +431,7 @@ const closeDialog = () => { hide-bottom-space :options="OrgList" dense + lazy-rules borderless option-label="name" option-value="id" @@ -449,6 +453,7 @@ const closeDialog = () => { option-value="id" emit-value map-options + lazy-rules outlined v-model="reason" :label="`สาเหตุที่ส่งคืนเครื่องราชอิสริยาภรณ์`"