@ -134,7 +134,7 @@
<p>币本位盈亏: {{ accountInfo.BBWProfit }}</p>
<p>持币盈亏 : {{ accountInfo.TotalPriceGap }}</p>
<p>浮动盈亏金额 : {{ accountInfo.TotalPurchasePriceProfit }}</p>
<p>总借币利息 : {{ accountInfo.TotalBorrowFee }}</p>
<p>总借币利息 : {{ accountInfo.TotalLoanFee }}</p>
<p>总盈亏 : {{ accountInfo.ZYK }}</p>
</div>
</template>
@ -253,10 +253,10 @@ export const tradeColumns = [
},
{
name: "累计盈亏",
prop: "TotalProfit",
prop: "HistoryTotalProfit",
fixed: true,
key: "TotalProfit",
customSlot: "TotalProfit"
key: "HistoryTotalProfit",
customSlot: "HistoryTotalProfit"
}
];