fix: แก้ i18n

This commit is contained in:
Net 2024-04-19 14:32:40 +07:00
parent 1702ec93d7
commit 09a1b09255

View file

@ -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]"