From b8a67a0b9770430d424fc0c505d918431e84afc6 Mon Sep 17 00:00:00 2001 From: Net Date: Mon, 19 Aug 2024 17:17:38 +0700 Subject: [PATCH] refactor: use prefixId --- .../03_customer-management/FormEmployeeHealthCheck.vue | 3 ++- .../03_customer-management/FormEmployeeWorkHistory.vue | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 }) }} +