fix: tab list props

This commit is contained in:
puriphatt 2024-06-28 02:21:21 +00:00
parent c60ad21d18
commit e75228ef58
4 changed files with 6 additions and 6 deletions

View file

@ -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="
() => {