|
@@ -172,9 +172,9 @@ const processData = (data) => {
|
|
|
typeName: item.type == 1 ? '服务时长' : "购买流量",
|
|
|
profitPrice: item.billingMethod == 1 ? '---' : item.profitPrice + item.currency,
|
|
|
billingMethod: filterDict(billingMethodList.value, item.billingMethod),
|
|
|
- costPrice: item.billingMethod == 1 ? item.flow + item.flowUnit + '/' + item.price + item.currency : item.costPrice + item.trafficCurrency,
|
|
|
- oldPrice: item.billingMethod == 1 ? '---' : item.oldPrice + item.trafficCurrency,
|
|
|
-
|
|
|
+ costPrice: item.billingMethod == 1? item.trafficBilling+item.trafficBillingType+'/'+ item.trafficBillingAmount +item.trafficCurrency : item.costPrice + item.trafficCurrency,
|
|
|
+ oldPrice: item.billingMethod == 1 ? item.oldTrafficBilling+item.oldTrafficBillingType+'/'+ item.oldTrafficBillingAmount +item.trafficCurrency : item.oldPrice + item.trafficCurrency,
|
|
|
+
|
|
|
}
|
|
|
})
|
|
|
}
|