From 63089d2a4e4e00bad62d2bdabe745f6b4bb2e363 Mon Sep 17 00:00:00 2001 From: Thanit Konmek Date: Thu, 17 Aug 2023 13:35:15 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20=E0=B8=9A=E0=B8=B1=E0=B8=99=E0=B8=97=E0=B8=B6=E0=B8=81?= =?UTF-8?q?=E0=B8=9C=E0=B8=A5=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=84=E0=B8=94?= =?UTF-8?q?=E0=B9=89=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=9E=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=97=E0=B8=B2=E0=B8=99=E0=B9=80?= =?UTF-8?q?=E0=B8=84=E0=B8=A3=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=87=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=8A=E0=B8=A2=E0=B9=8C=E0=B8=AD=E0=B8=B4=E0=B8=AA?= =?UTF-8?q?=E0=B8=A3=E0=B8=B4=E0=B8=A2=E0=B8=AA=E0=B8=A0=E0=B8=A3=E0=B8=93?= =?UTF-8?q?=E0=B9=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../07_insignia/components/RecordInsignia.vue | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/modules/07_insignia/components/RecordInsignia.vue b/src/modules/07_insignia/components/RecordInsignia.vue index 06ee10c56..bc22ac120 100644 --- a/src/modules/07_insignia/components/RecordInsignia.vue +++ b/src/modules/07_insignia/components/RecordInsignia.vue @@ -241,7 +241,7 @@ วันที่ได้รับ {{ date2Thai(new Date()) }}

-
+
@@ -255,7 +255,7 @@ lazy-rules v-model="selectType" hide-bottom-space - :label="`${'ประเภทเครื่องราชฯ'}`" + :label="`${'เครื่องราชฯ'}`" emit-value map-options option-label="name" @@ -269,7 +269,7 @@ doneFn:Function) => filterSelector(inputValue, doneFn,'selectTypeOption' ) " /> - + /> -->
@@ -381,12 +381,12 @@ const government = ref(null); const document = ref(null); const selectStatus = ref(""); -const selectStatusOption = ref([]); -const selectStatusOptionFilter = ref([]); +const selectStatusOption = ref([]); +const selectStatusOptionFilter = ref([]); -const selectType = ref(""); -const selectTypeOption = ref([]); -const selectTypeOptionFilter = ref([]); +const selectType = ref("1"); +const selectTypeOption = ref([]); +const selectTypeOptionFilter = ref([]); const selectRound = ref("1"); const selectRoundOption = ref([ @@ -561,4 +561,9 @@ const marginTop = (val: boolean) => { .v-leave-to { opacity: 0; } + +.flexsave { + display: flex; + justify-content: flex-end; +}