From e69b0ad16d1905516d54a06ff933c9b325b5a21f Mon Sep 17 00:00:00 2001 From: Net Date: Wed, 31 Jul 2024 11:34:21 +0700 Subject: [PATCH] refactor: add id input --- .../03_customer-management/FormEmployeeHealthCheck.vue | 3 +++ src/components/04_product-service/BasicInformation.vue | 3 +++ 2 files changed, 6 insertions(+) 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"