fix: no data serach on product & service group & type

This commit is contained in:
puriphatt 2024-06-26 04:56:48 +00:00
parent 47d2c7757c
commit 4267203914

View file

@ -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 />