|
|
@@ -107,7 +107,7 @@
|
|
|
margin-left: 2px;
|
|
|
"
|
|
|
>
|
|
|
- +{{ row.upsellPrice }}</el-text
|
|
|
+ +{{ isExpand?row.upsellPrice:`${row.upsellPrice}×${row.upsellNum}` }}</el-text
|
|
|
>
|
|
|
</div>
|
|
|
<div class="common-text flex" v-if="row.discountChangeLog">
|
|
|
@@ -314,7 +314,7 @@
|
|
|
list.forEach((item) => {
|
|
|
processedList.push({
|
|
|
...item,
|
|
|
- isupSell: !!item.upsellPrice,
|
|
|
+ isupSell: item.upsellNum && item.upsellNum > 0,
|
|
|
_index: 0,
|
|
|
_groupIndex: processedList.length,
|
|
|
_isFirstRow: true,
|