diff --git a/src/components/03_customer-management/FormEmployeeHealthCheck.vue b/src/components/03_customer-management/FormEmployeeHealthCheck.vue index 20bdfa8a..a1a795ad 100644 --- a/src/components/03_customer-management/FormEmployeeHealthCheck.vue +++ b/src/components/03_customer-management/FormEmployeeHealthCheck.vue @@ -174,6 +174,7 @@ const insuranceCompanyFilter = selectFilterOptionRefMod( v-bind:key="index" class="col-12 row q-col-gutter-sm" :class="{ 'q-pt-lg': index !== 0 }" + :id="`${prefixId}-checkup-${index}`" > - {{ `ครั้งที่ ${index + 1}` }} + {{ $t('customer.form.instance', { index: index + 1 }) }}
- {{ `ครั้งที่ ${index + 1}` }} + {{ $t('customer.form.instance', { index: index + 1 }) }} +