fix: แก้ ข้อมูล ไม่แสดง
This commit is contained in:
parent
d26c2df793
commit
9e9e156428
1 changed files with 1 additions and 5 deletions
|
|
@ -1734,11 +1734,7 @@ watch(inputSearchProductAndService, async () => {
|
||||||
<NoData :not-found="!!inputSearchProductAndService" />
|
<NoData :not-found="!!inputSearchProductAndService" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div class="row q-col-gutter-lg flex" style="padding: 20px">
|
||||||
v-if="productAndService && productAndService.length > 0"
|
|
||||||
class="row q-col-gutter-lg flex"
|
|
||||||
style="padding: 20px"
|
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
:class="`${$q.screen.gt.sm ? 'col-3' : $q.screen.gt.xs ? 'col-6' : 'col-12'}`"
|
:class="`${$q.screen.gt.sm ? 'col-3' : $q.screen.gt.xs ? 'col-6' : 'col-12'}`"
|
||||||
v-for="i in productAndServiceTab === 'all'
|
v-for="i in productAndServiceTab === 'all'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue