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