feat: ตรวจสิบต่อค้นหาไม่เจอ
This commit is contained in:
parent
c240963512
commit
bac791433c
1 changed files with 10 additions and 2 deletions
|
|
@ -1504,11 +1504,12 @@ watch(currentStatus, async () => {
|
||||||
"
|
"
|
||||||
:close="
|
:close="
|
||||||
() => {
|
() => {
|
||||||
|
dialogTotalProduct = false;
|
||||||
searchTotalProduct = '';
|
searchTotalProduct = '';
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div class="full-width">
|
<div class="full-width full-height">
|
||||||
<div class="row items-center">
|
<div class="row items-center">
|
||||||
<q-space />
|
<q-space />
|
||||||
<q-input
|
<q-input
|
||||||
|
|
@ -1526,7 +1527,14 @@ watch(currentStatus, async () => {
|
||||||
</q-input>
|
</q-input>
|
||||||
</div>
|
</div>
|
||||||
<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
|
<div
|
||||||
class="q-pa-xs"
|
class="q-pa-xs"
|
||||||
: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'}`"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue