refactor: add id

This commit is contained in:
Net 2024-09-25 11:43:10 +07:00
parent 396c244bc3
commit 6ea3f53c68
2 changed files with 7 additions and 7 deletions

View file

@ -130,6 +130,7 @@ withDefaults(
<q-tab-panels v-model="tab">
<q-tab-panel name="main">
<EmployerFormAbout
:prefixId="prefixId"
:index="index.toString()"
:readonly="readonly"
:customer-type="customerType"
@ -205,6 +206,7 @@ withDefaults(
<q-tab-panel name="contact">
<EmployerFormContact
:readonly="readonly"
:prefixId="prefixId"
v-model:contactName="item.contactName"
v-model:email="item.email"
v-model:contactTel="item.contactTel"