feat: แสดงจำนวน ของ สินค้า
This commit is contained in:
parent
70aeb98712
commit
b063f6aaca
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue