diff --git a/src/pages/ReCheck/AccountInfo.vue b/src/pages/ReCheck/AccountInfo.vue index 1cb3df1..3b2d202 100644 --- a/src/pages/ReCheck/AccountInfo.vue +++ b/src/pages/ReCheck/AccountInfo.vue @@ -134,7 +134,7 @@
币本位盈亏: {{ accountInfo.BBWProfit }}
持币盈亏 : {{ accountInfo.TotalPriceGap }}
浮动盈亏金额 : {{ accountInfo.TotalPurchasePriceProfit }}
-总借币利息 : {{ accountInfo.TotalBorrowFee }}
+总借币利息 : {{ accountInfo.TotalLoanFee }}
总盈亏 : {{ accountInfo.ZYK }}
diff --git a/src/pages/prePages/js/columns.js b/src/pages/prePages/js/columns.js index 0e46c28..0151033 100644 --- a/src/pages/prePages/js/columns.js +++ b/src/pages/prePages/js/columns.js @@ -253,10 +253,10 @@ export const tradeColumns = [ }, { name: "累计盈亏", - prop: "TotalProfit", + prop: "HistoryTotalProfit", fixed: true, - key: "TotalProfit", - customSlot: "TotalProfit" + key: "HistoryTotalProfit", + customSlot: "HistoryTotalProfit" } ];