feat: hide on not select product group
This commit is contained in:
parent
05779c760c
commit
68c04db546
1 changed files with 1 additions and 0 deletions
|
|
@ -743,6 +743,7 @@ watch(
|
||||||
v-model="pageState.productServiceTab"
|
v-model="pageState.productServiceTab"
|
||||||
align="left"
|
align="left"
|
||||||
class="full-width bordered-b row"
|
class="full-width bordered-b row"
|
||||||
|
v-if="!!selectedProductGroup"
|
||||||
active-color="info"
|
active-color="info"
|
||||||
>
|
>
|
||||||
<q-tab name="1" @click="pageState.productServiceTab = '1'">
|
<q-tab name="1" @click="pageState.productServiceTab = '1'">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue