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'
|
||||
"
|
||||
>
|
||||
ทั้งหมด
|
||||
บริการ
|
||||
<q-badge
|
||||
class="rounded q-ml-sm"
|
||||
:class="
|
||||
|
|
@ -960,7 +960,7 @@ watch(currentStatus, async () => {
|
|||
: 'app-text-muted'
|
||||
"
|
||||
>
|
||||
ทั้งหมด
|
||||
สินค้า
|
||||
<q-badge
|
||||
class="rounded q-ml-sm"
|
||||
:class="
|
||||
|
|
@ -968,7 +968,7 @@ watch(currentStatus, async () => {
|
|||
"
|
||||
:color="productAndServiceTab === 'service' ? 'primary' : ''"
|
||||
style="background-color: var(--surface-3)"
|
||||
label="2"
|
||||
:label="product?.length"
|
||||
/>
|
||||
</div>
|
||||
</q-tab>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue