fix(03): form validate rule and i18n
This commit is contained in:
parent
aa42f1dcfc
commit
effa640c6d
3 changed files with 33 additions and 23 deletions
|
|
@ -155,7 +155,7 @@ onMounted(() => {
|
|||
(val: string) =>
|
||||
!!val ||
|
||||
$t('form.error.selectField', {
|
||||
field: $t('customer.form.employerBranch'),
|
||||
field: $t('customerEmployee.branch'),
|
||||
}),
|
||||
]"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue