feat: แสดงลำดับของการเลือก
This commit is contained in:
parent
26b8cd8618
commit
d60f802a3e
1 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ withDefaults(
|
||||||
typeProduct?: string;
|
typeProduct?: string;
|
||||||
status?: boolean;
|
status?: boolean;
|
||||||
|
|
||||||
|
index?: number;
|
||||||
isAddProduct?: boolean;
|
isAddProduct?: boolean;
|
||||||
isSelected?: boolean;
|
isSelected?: boolean;
|
||||||
}>(),
|
}>(),
|
||||||
|
|
@ -101,7 +102,7 @@ withDefaults(
|
||||||
size="18px"
|
size="18px"
|
||||||
text-color="white"
|
text-color="white"
|
||||||
>
|
>
|
||||||
1
|
{{ index !== undefined ? index + 1 : 0 }}
|
||||||
</q-avatar>
|
</q-avatar>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-text-muted">{{ data.code ?? 'code' }}</div>
|
<div class="app-text-muted">{{ data.code ?? 'code' }}</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue