diff --git a/src/components/03_customer-management/FormEmployeeHealthCheck.vue b/src/components/03_customer-management/FormEmployeeHealthCheck.vue index 5519a306..a4bbb55d 100644 --- a/src/components/03_customer-management/FormEmployeeHealthCheck.vue +++ b/src/components/03_customer-management/FormEmployeeHealthCheck.vue @@ -269,6 +269,7 @@ const insuranceCompanyFilter = selectFilterOptionRefMod( class="col-md-9 col-12" :label="$t('formDialogInputHospital')" v-model="checkup.hospitalName" + :for="`${prefixId}-input-hospital`" /> @@ -108,6 +110,7 @@ const branchFilter = selectFilterOptionRefMod( lazy-rules="ondemand" v-model="registeredBranchId" id="input-source-nationality" + for="input-source-nationality" :dense="dense" :readonly="readonly" :options="branchOptions"