refactor: correct the typo
This commit is contained in:
parent
2bb76bd866
commit
bd3054fa59
1 changed files with 1 additions and 1 deletions
|
|
@ -3767,7 +3767,7 @@ const emptyCreateDialog = ref(false);
|
||||||
title="customerEmployee.form.group.personalInfo"
|
title="customerEmployee.form.group.personalInfo"
|
||||||
:readonly="!employeeFormState.isEmployeeEdit"
|
:readonly="!employeeFormState.isEmployeeEdit"
|
||||||
v-model:prefix-name="currentFromDataEmployee.namePrefix"
|
v-model:prefix-name="currentFromDataEmployee.namePrefix"
|
||||||
v-model:first-ืame="currentFromDataEmployee.firstName"
|
v-model:first-name="currentFromDataEmployee.firstName"
|
||||||
v-model:last-name="currentFromDataEmployee.lastName"
|
v-model:last-name="currentFromDataEmployee.lastName"
|
||||||
v-model:first-name-en="currentFromDataEmployee.firstNameEN"
|
v-model:first-name-en="currentFromDataEmployee.firstNameEN"
|
||||||
v-model:last-name-en="currentFromDataEmployee.lastNameEN"
|
v-model:last-name-en="currentFromDataEmployee.lastNameEN"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue