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>
|
||||
|
||||
<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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue