From 5d7dcbf56bf50f77f9720ead33469fcfbb5d1f70 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 12 Mar 2024 16:25:15 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20hide-bottom-space?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registry/components/Leave.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/04_registry/components/Leave.vue b/src/modules/04_registry/components/Leave.vue index 0539ab664..bd7e68bd0 100644 --- a/src/modules/04_registry/components/Leave.vue +++ b/src/modules/04_registry/components/Leave.vue @@ -221,6 +221,7 @@ :label="`${'ปี'}`" mask="####" dense + hide-bottom-space :rules="[(val:string) => !!val || `${'กรุณาเลือกปี'}`]" :class="getClass(edit)" :readonly="!edit"