fix: tab list props
This commit is contained in:
parent
c60ad21d18
commit
e75228ef58
4 changed files with 6 additions and 6 deletions
|
|
@ -1918,7 +1918,7 @@ watch(selectorLabel, async () => {
|
|||
formDataEmployeeTab === 'healthCheck' ||
|
||||
formDataEmployeeTab === 'workHistory'
|
||||
"
|
||||
v-model:tabs-list="employeeTab"
|
||||
:tabs-list="employeeTab"
|
||||
v-model:current-tab="formDataEmployeeTab"
|
||||
v-model:same-with-employer="formDataEmployeeSameAddr"
|
||||
v-model:address="formDataEmployee.address"
|
||||
|
|
@ -2768,7 +2768,7 @@ watch(selectorLabel, async () => {
|
|||
formDataEmployeeTab === 'workHistory'
|
||||
"
|
||||
v-model:same-with-employer="formDataEmployeeSameAddr"
|
||||
v-model:tabs-list="employeeTab"
|
||||
:tabs-list="employeeTab"
|
||||
v-model:employee-tab="formDataEmployeeTab"
|
||||
v-model:address="formDataEmployee.address"
|
||||
v-model:addressEN="formDataEmployee.addressEN"
|
||||
|
|
|
|||
|
|
@ -2044,7 +2044,7 @@ watch(currentPageService, async () => {
|
|||
height="95vh"
|
||||
:title="$t('addService')"
|
||||
v-model:modal="dialogService"
|
||||
v-model:tabs-list="serviceTab"
|
||||
:tabs-list="serviceTab"
|
||||
v-model:current-tab="currentServiceTab"
|
||||
:submit="
|
||||
() => {
|
||||
|
|
@ -2189,8 +2189,8 @@ watch(currentPageService, async () => {
|
|||
height="95vh"
|
||||
:isEdit="infoServiceEdit"
|
||||
:title="$t('service', { msg: formDataProductService.name })"
|
||||
:tabs-list="serviceTab"
|
||||
v-model:modal="dialogServiceEdit"
|
||||
v-model:tabs-list="serviceTab"
|
||||
v-model:current-tab="currentServiceTab"
|
||||
:submit="
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue