fix: แก้ ข้อมูล ไม่แสดง

This commit is contained in:
Net 2024-07-05 11:09:22 +07:00
parent d26c2df793
commit 9e9e156428

View file

@ -1734,11 +1734,7 @@ watch(inputSearchProductAndService, async () => {
<NoData :not-found="!!inputSearchProductAndService" />
</div>
<div
v-if="productAndService && productAndService.length > 0"
class="row q-col-gutter-lg flex"
style="padding: 20px"
>
<div class="row q-col-gutter-lg flex" style="padding: 20px">
<div
:class="`${$q.screen.gt.sm ? 'col-3' : $q.screen.gt.xs ? 'col-6' : 'col-12'}`"
v-for="i in productAndServiceTab === 'all'