|
@@ -103,10 +103,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<template #activity>
|
|
|
- <div v-if="product.activity_code" class="order-detail-product-activity">
|
|
|
+ <div v-if="product.activityName" class="order-detail-product-activity">
|
|
|
<div class="order-detail-product-activity-title">
|
|
|
<span>活动商品:</span>
|
|
|
- <span>{{ product.activity_code || '买2年大会员送:1年大会员+人脉管理+阳光直采+1000条数据流量包高级字段包+腾讯视频年卡' }}</span>
|
|
|
+ <span>{{ product.activityName || '买2年大会员送:1年大会员+人脉管理+阳光直采+1000条数据流量包高级字段包+腾讯视频年卡' }}</span>
|
|
|
</div>
|
|
|
<div class="order-detail-product-activity-item">
|
|
|
<div class="order-detail-product-activity-item-title">
|
|
@@ -231,7 +231,7 @@ export default {
|
|
|
{ label: '0元订单类型', key: 'zero_type', condition: () => this.orderData.final_price_total === '0.00' },
|
|
|
],
|
|
|
productInfoItems: [
|
|
|
- { label: '活动产品', key: 'activity_code', span: 1, condition: (product) => product.activity_code },
|
|
|
+ { label: '活动产品', key: 'activityName', span: 1, condition: (product) => product.activityName },
|
|
|
{ label: '付费类型', key: 'service_type', filter: 'orderServiceType', span: 3},
|
|
|
{ label: '升级内容', key: 'supServicelds', span: 3, condition: (product) => product.supServicelds },
|
|
|
{ label: '产品规格', key: 'productName', span: 3},
|