refactor(03): customer form title
This commit is contained in:
parent
7765469853
commit
f92d88ca27
1 changed files with 5 additions and 1 deletions
|
|
@ -1713,7 +1713,11 @@ const emptyCreateDialog = ref(false);
|
|||
<DialogHeader
|
||||
:title="
|
||||
$t(`form.title.${customerFormState.dialogType}`, {
|
||||
name: $t('customer.employer'),
|
||||
name: `${$t('customer.employer')} ${
|
||||
customerFormData.customerType === 'CORP'
|
||||
? $t('customer.employerLegalEntity')
|
||||
: $t('customer.employerNaturalPerson')
|
||||
}`,
|
||||
})
|
||||
"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue