feat: ตรวจสิบต่อค้นหาไม่เจอ

This commit is contained in:
Net 2024-06-25 09:45:55 +07:00
parent c240963512
commit bac791433c

View file

@ -1504,11 +1504,12 @@ watch(currentStatus, async () => {
"
:close="
() => {
dialogTotalProduct = false;
searchTotalProduct = '';
}
"
>
<div class="full-width">
<div class="full-width full-height">
<div class="row items-center">
<q-space />
<q-input
@ -1526,7 +1527,14 @@ watch(currentStatus, async () => {
</q-input>
</div>
<div>
<AppBox class="row">
<AppBox class="row" style="background: none">
<div
class="col-12 text-center"
v-if="resultSearchProduct?.length === 0"
>
<NoData />
</div>
<div
class="q-pa-xs"
:class="`${$q.screen.gt.sm ? 'col-3 ' : $q.screen.gt.xs ? 'col-6' : 'col-12'}`"