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; +}