fix: no data serach on product & service group & type
This commit is contained in:
parent
47d2c7757c
commit
4267203914
1 changed files with 4 additions and 2 deletions
|
|
@ -1244,9 +1244,11 @@ watch(currentStatus, async () => {
|
|||
<div
|
||||
v-if="
|
||||
(productMode === 'type' && productType?.length === 0) ||
|
||||
(productGroup?.length === 0 && productMode === 'group')
|
||||
(productGroup?.length === 0 && productMode === 'group') ||
|
||||
resultSearchGroup?.length === 0 ||
|
||||
resultSearchType?.length === 0
|
||||
"
|
||||
class="flex justify-center items-center"
|
||||
class="flex justify-center items-center q-mt-lg"
|
||||
style="min-height: 70vh; background-color: var(--surface-2)"
|
||||
>
|
||||
<NoData />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue