refactor: use i18n of customerBranch

This commit is contained in:
Net 2024-08-15 16:35:27 +07:00
parent f01336def6
commit 11388681cd

View file

@ -598,7 +598,7 @@ watch([customerId, inputSearch, currentStatus], async () => {
<DialogHeader <DialogHeader
:title=" :title="
$t(`form.title.${customerBranchFormState.dialogType}`, { $t(`form.title.${customerBranchFormState.dialogType}`, {
name: $t('customer.employee'), name: $t('customerBranch.form.title'),
}) })
" "
> >