Browse Source

回测部分字段修正

master
lizhixin 4 years ago
parent
commit
e1386cf8f6
  1. 2
      src/pages/ReCheck/AccountInfo.vue
  2. 6
      src/pages/prePages/js/columns.js

2
src/pages/ReCheck/AccountInfo.vue

@ -134,7 +134,7 @@
<p>币本位盈亏 {{ accountInfo.BBWProfit }}</p> <p>币本位盈亏 {{ accountInfo.BBWProfit }}</p>
<p>持币盈亏 {{ accountInfo.TotalPriceGap }}</p> <p>持币盈亏 {{ accountInfo.TotalPriceGap }}</p>
<p>浮动盈亏金额 {{ accountInfo.TotalPurchasePriceProfit }}</p> <p>浮动盈亏金额 {{ accountInfo.TotalPurchasePriceProfit }}</p>
<p>总借币利息 {{ accountInfo.TotalBorrowFee }}</p> <p>总借币利息 {{ accountInfo.TotalLoanFee }}</p>
<p>总盈亏 {{ accountInfo.ZYK }}</p> <p>总盈亏 {{ accountInfo.ZYK }}</p>
</div> </div>
</template> </template>

6
src/pages/prePages/js/columns.js

@ -253,10 +253,10 @@ export const tradeColumns = [
}, },
{ {
name: "累计盈亏", name: "累计盈亏",
prop: "TotalProfit", prop: "HistoryTotalProfit",
fixed: true, fixed: true,
key: "TotalProfit", key: "HistoryTotalProfit",
customSlot: "TotalProfit" customSlot: "HistoryTotalProfit"
} }
]; ];

Loading…
Cancel
Save