fix: update label from 'คำนำหน้า' to 'Prefix' in forms (english)
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
80c8a0d8b4
commit
0f252b3080
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -393,7 +393,7 @@ watch(
|
|||
:readonly="readonly"
|
||||
:disable="!readonly"
|
||||
class="col-md-2 col-6"
|
||||
label="Title"
|
||||
label="Prefix"
|
||||
:model-value="
|
||||
readonly
|
||||
? capitalize(prefixName || '') || '-'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue