diff --git a/src/modules/04_registryPerson/components/detail/Achievement/03_Insignia.vue b/src/modules/04_registryPerson/components/detail/Achievement/03_Insignia.vue index 7ee5c2b07..786cc67b9 100644 --- a/src/modules/04_registryPerson/components/detail/Achievement/03_Insignia.vue +++ b/src/modules/04_registryPerson/components/detail/Achievement/03_Insignia.vue @@ -1,6 +1,7 @@ @@ -755,6 +851,7 @@ onMounted(async () => { {{ col.label }} + @@ -789,6 +886,19 @@ onMounted(async () => { {{ col.value ? col.value : "-" }} + + + ดาวน์โหลด + + @@ -951,15 +1061,15 @@ onMounted(async () => { option-value="id" input-debounce="0" option-label="name" - v-model="insigniaForm.insigniaId" + v-model="insigniaType" class="inputgreen" - :label="`${'ชื่อเครื่องราชฯ'}`" - :options="insigniaOptions" - :rules="[(val:string) => !!val || `${'กรุณาเลือกชื่อเครื่องราชฯ'}`]" + :label="`${'ลำดับชั้น'}`" + :options="store.insigniaTypeOp" + :rules="[(val:string) => !!val || `${'กรุณาเลือกลำดับชั้น'}`]" @filter="(inputValue:string, doneFn:Function) => filterSelector(inputValue, doneFn,'insigniaOptions' ) " - @update:modelValue="insigniaTypeSelection" + @update:modelValue="insigniaTypeSelection(true)" > diff --git a/src/modules/04_registryPerson/components/detail/PersonalInformation/06_SpecialSkill.vue b/src/modules/04_registryPerson/components/detail/PersonalInformation/06_SpecialSkill.vue index b80d7bc2a..545248ac4 100644 --- a/src/modules/04_registryPerson/components/detail/PersonalInformation/06_SpecialSkill.vue +++ b/src/modules/04_registryPerson/components/detail/PersonalInformation/06_SpecialSkill.vue @@ -1,5 +1,6 @@