feat: แสดงลำดับของการเลือก

This commit is contained in:
Net 2024-06-21 09:21:29 +07:00
parent 26b8cd8618
commit d60f802a3e

View file

@ -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>