refactor: v-model prefix on create
This commit is contained in:
parent
fb243cd9b6
commit
cfd389b437
1 changed files with 5 additions and 1 deletions
|
|
@ -1968,12 +1968,16 @@ watch(
|
||||||
:title="'formDialogTitlePersonal'"
|
:title="'formDialogTitlePersonal'"
|
||||||
v-model:first-name="formData.firstName"
|
v-model:first-name="formData.firstName"
|
||||||
v-model:last-name="formData.lastName"
|
v-model:last-name="formData.lastName"
|
||||||
|
v-model:mid-name="formData.middleName"
|
||||||
|
v-model:mid-name-en="formData.middleNameEN"
|
||||||
|
v-model:prefix-name="formData.namePrefix"
|
||||||
|
v-model:prefix-name-en="formData.namePrefix"
|
||||||
v-model:first-name-en="formData.firstNameEN"
|
v-model:first-name-en="formData.firstNameEN"
|
||||||
v-model:last-name-en="formData.lastNameEN"
|
v-model:last-name-en="formData.lastNameEN"
|
||||||
v-model:telephone-no="formData.telephoneNo"
|
v-model:telephone-no="formData.telephoneNo"
|
||||||
v-model:email="formData.email"
|
v-model:email="formData.email"
|
||||||
v-model:gender="formData.gender"
|
v-model:gender="formData.gender"
|
||||||
v-model:birthDate="formData.birthDate"
|
v-model:birth-date="formData.birthDate"
|
||||||
class="q-mb-xl"
|
class="q-mb-xl"
|
||||||
/>
|
/>
|
||||||
<AddressForm
|
<AddressForm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue