fix: no item in product & service

This commit is contained in:
puriphatt 2024-07-04 04:12:10 +00:00
parent e4aeb43d48
commit 39fc15167c

View file

@ -1085,11 +1085,10 @@ watch(inputSearchProductAndService, async () => {
</ButtonAddComponent> </ButtonAddComponent>
<div class="column full-height no-wrap"> <div class="column full-height no-wrap">
<AppBox <div
v-if="stat[0].count === 0" v-if="stat[0].count === 0"
class="column" class="column col bordered rounded q-pa-md"
:no-padding="productGroup?.length !== 0" :no-padding="productGroup?.length !== 0"
bordered
> >
<TooltipComponent <TooltipComponent
class="self-end" class="self-end"
@ -1104,7 +1103,7 @@ watch(inputSearchProductAndService, async () => {
@trigger="() => (dialogInputForm = true)" @trigger="() => (dialogInputForm = true)"
/> />
</div> </div>
</AppBox> </div>
<div v-if="stat[0].count !== 0" class="column full-height no-wrap"> <div v-if="stat[0].count !== 0" class="column full-height no-wrap">
<div <div