fix(03): form validate rule and i18n

This commit is contained in:
puriphatt 2024-09-11 09:56:38 +07:00
parent aa42f1dcfc
commit effa640c6d
3 changed files with 33 additions and 23 deletions

View file

@ -155,7 +155,7 @@ onMounted(() => {
(val: string) =>
!!val ||
$t('form.error.selectField', {
field: $t('customer.form.employerBranch'),
field: $t('customerEmployee.branch'),
}),
]"
>