fix: no item in product & service
This commit is contained in:
parent
e4aeb43d48
commit
39fc15167c
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue