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;
|
||||
status?: boolean;
|
||||
|
||||
index?: number;
|
||||
isAddProduct?: boolean;
|
||||
isSelected?: boolean;
|
||||
}>(),
|
||||
|
|
@ -101,7 +102,7 @@ withDefaults(
|
|||
size="18px"
|
||||
text-color="white"
|
||||
>
|
||||
1
|
||||
{{ index !== undefined ? index + 1 : 0 }}
|
||||
</q-avatar>
|
||||
</div>
|
||||
<div class="app-text-muted">{{ data.code ?? 'code' }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue