feat: แสดงจำนวน ของ สินค้า

This commit is contained in:
Net 2024-06-20 15:30:08 +07:00
parent 70aeb98712
commit b063f6aaca

View file

@ -939,7 +939,7 @@ watch(currentStatus, async () => {
: 'app-text-muted' : 'app-text-muted'
" "
> >
งหมด บรการ
<q-badge <q-badge
class="rounded q-ml-sm" class="rounded q-ml-sm"
:class=" :class="
@ -960,7 +960,7 @@ watch(currentStatus, async () => {
: 'app-text-muted' : 'app-text-muted'
" "
> >
งหมด นค
<q-badge <q-badge
class="rounded q-ml-sm" class="rounded q-ml-sm"
:class=" :class="
@ -968,7 +968,7 @@ watch(currentStatus, async () => {
" "
:color="productAndServiceTab === 'service' ? 'primary' : ''" :color="productAndServiceTab === 'service' ? 'primary' : ''"
style="background-color: var(--surface-3)" style="background-color: var(--surface-3)"
label="2" :label="product?.length"
/> />
</div> </div>
</q-tab> </q-tab>