From e1386cf8f672fc7214320f2def7b0d7c3903cafa Mon Sep 17 00:00:00 2001 From: lizhixin <382352532@qq.com> Date: Mon, 26 Jul 2021 00:01:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=B5=8B=E9=83=A8=E5=88=86=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ReCheck/AccountInfo.vue | 2 +- src/pages/prePages/js/columns.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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" } ];