From 0f252b308017e6884acde064cd4801d0439b0d68 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 20 May 2025 11:43:07 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20update=20label=20from=20'=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=E0=B8=99=E0=B8=B3=E0=B8=AB=E0=B8=99=E0=B9=89=E0=B8=B2?= =?UTF-8?q?'=20to=20'Prefix'=20in=20forms=20(english)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/02_personnel-management/FormPerson.vue | 2 +- .../components/employer/EmployerFormAbout.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/02_personnel-management/FormPerson.vue b/src/components/02_personnel-management/FormPerson.vue index 7335391d..6d8601a6 100644 --- a/src/components/02_personnel-management/FormPerson.vue +++ b/src/components/02_personnel-management/FormPerson.vue @@ -165,7 +165,7 @@ watch( :id="`${prefixId}-select-prefix-name-en`" :for="`${prefixId}-select-prefix-name-en`" :rules="[(val: string) => !!val || $t('form.error.required')]" - :label="$t('personnel.form.prefixName')" + label="Prefix" class="col-md-1 col-6" v-model="prefixName" /> diff --git a/src/pages/03_customer-management/components/employer/EmployerFormAbout.vue b/src/pages/03_customer-management/components/employer/EmployerFormAbout.vue index eb131ea9..432228b1 100644 --- a/src/pages/03_customer-management/components/employer/EmployerFormAbout.vue +++ b/src/pages/03_customer-management/components/employer/EmployerFormAbout.vue @@ -393,7 +393,7 @@ watch( :readonly="readonly" :disable="!readonly" class="col-md-2 col-6" - label="Title" + label="Prefix" :model-value=" readonly ? capitalize(prefixName || '') || '-'