refactor: use i18n of customerBranch
This commit is contained in:
parent
f01336def6
commit
11388681cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||||
})
|
})
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue