Bladeren bron

修改资费标题和卡清单充值标题

wangyong 2 maanden geleden
bovenliggende
commit
bfc299613e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/views/admin/tariffManagement/SetMeal/addSetMeal.vue

+ 1 - 1
src/views/admin/tariffManagement/SetMeal/addSetMeal.vue

@@ -173,7 +173,7 @@ const processData = (data) => {
             profitPrice: item.billingMethod == 1 ? '---' : item.profitPrice + item.currency,
             profitPrice: item.billingMethod == 1 ? '---' : item.profitPrice + item.currency,
             billingMethod: filterDict(billingMethodList.value, item.billingMethod),
             billingMethod: filterDict(billingMethodList.value, item.billingMethod),
             costPrice: item.billingMethod == 1? item.trafficBilling+item.trafficBillingType+'/'+ item.trafficBillingAmount +item.trafficCurrency  : item.costPrice + item.trafficCurrency,
             costPrice: item.billingMethod == 1? item.trafficBilling+item.trafficBillingType+'/'+ item.trafficBillingAmount +item.trafficCurrency  : item.costPrice + item.trafficCurrency,
-            oldPrice: item.billingMethod == 1 ? '---' : item.oldPrice + item.trafficCurrency,
+            oldPrice: item.billingMethod == 1 ? item.oldTrafficBilling+item.oldTrafficBillingType+'/'+ item.oldTrafficBillingAmount +item.trafficCurrency : item.oldPrice + item.trafficCurrency,
             
             
         }
         }
     })
     })