diff --git a/src/components/04_product-service/TotalProductCardComponent.vue b/src/components/04_product-service/TotalProductCardComponent.vue index 68066556..41fa36dd 100644 --- a/src/components/04_product-service/TotalProductCardComponent.vue +++ b/src/components/04_product-service/TotalProductCardComponent.vue @@ -30,6 +30,7 @@ withDefaults( id?: string; process?: number; createdAt?: string; + index?: number; }>(), { isSelected: false, @@ -45,9 +46,11 @@ withDefaults( style="box-shadow: var(--shadow-3); width: 240px; height: 286px" @click="$emit('select', data)" > -