fix: แก้ i18n
This commit is contained in:
parent
1702ec93d7
commit
09a1b09255
1 changed files with 5 additions and 1 deletions
|
|
@ -72,7 +72,11 @@ defineProps<{
|
|||
:borderless="readonly"
|
||||
hide-bottom-space
|
||||
class="col-12"
|
||||
:label="$t('formDialogInputNameHq')"
|
||||
:label="
|
||||
typeBranch === 'headOffice'
|
||||
? $t('formDialogInputNameHqEn')
|
||||
: $t('formDialogInputNameSubBranchEn')
|
||||
"
|
||||
v-model="name"
|
||||
lazy-rules
|
||||
:rules="[(val) => val && val.length > 0]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue