|
@@ -22,7 +22,7 @@
|
|
|
<v-checkbox v-model="item.selected" hide-details color="primary" @update:modelValue="val => handleSelect(val, item.id)"></v-checkbox>
|
|
|
</template>
|
|
|
<template v-slot:[`item.spuName`]="{ item }">
|
|
|
- <GoodsItem :item="{ ...item.sku, ...item.spu, spuName: item.spu.name }" :showLine="false" :showPriceCount="false" class="mb-1" />
|
|
|
+ <GoodsItem :item="{ ...item.sku, ...item.spu, spuName: item.spu.name, picUrl: item.sku?.picUrl || item.spu?.picUrl }" :showLine="false" :showPriceCount="false" class="mb-1" />
|
|
|
</template>
|
|
|
<template v-slot:[`item.count`]="{ item }">
|
|
|
<v-number-input
|