fix: title
This commit is contained in:
parent
9a4282393f
commit
a57171aea3
1 changed files with 5 additions and 1 deletions
|
|
@ -1680,7 +1680,11 @@ function createCustomerForm(customerType: 'CORP' | 'PERS') {
|
|||
|
||||
<DialogForm
|
||||
v-model:modal="customerFormState.dialogModal"
|
||||
:title="$t('form.title.create', { name: 'Employer' })"
|
||||
:title="
|
||||
$t(`form.title.${customerFormState.dialogType}`, {
|
||||
name: $t('customer.employer'),
|
||||
})
|
||||
"
|
||||
:edit="customerFormState.dialogType === 'edit'"
|
||||
:isEdit="customerFormState.editReadonly === false"
|
||||
:undo="() => customerFormUndo()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue