买入
+卖出
++ {{ + (scope.row.CapitalAfterPurchase && + scope.row.CapitalAfterPurchase.toFixed(2)) || + 0 + }} +
++ {{ + (scope.row.CapitalAfterSale && + scope.row.CapitalAfterSale.toFixed(2)) || + 0 + }} +
++ {{ + scope.row.PurchaseKLineId + ? moment(scope.row.PurchaseKLineId * 1000).format( + "YYYY-MM-DD HH:mm:ss" + ) + : "-" + }} +
++ {{ + scope.row.SaleKLineId + ? moment(scope.row.SaleKLineId * 1000).format( + "YYYY-MM-DD HH:mm:ss" + ) + : "-" + }} +
+市价单
+市价单
+{{ scope.row.PurchasePrice }}
+{{ scope.row.SalePrice }}
+{{ scope.row.PurchaseFee }}
+{{ scope.row.SaleFee }}
+{{ scope.row.PurchaseCoinCount || "-" }}
+{{ scope.row.SaleCoinCount || "-" }}
+{{ scope.row.TotalPurchasePrice || "-" }}
+{{ scope.row.TotalSalePrice || "-" }}
++ {{ scope.row.LoanAmount.toFixed(2) || "-" }} +
++ {{ scope.row.LoanFee.toFixed(2) || "-" }} +
+{{ scope.row.LoanRatio.toFixed(2) || "-" }}%
+{{ scope.row.MaxLossPrice || "-" }}
+{{ scope.row.MaxLossRatio || "-" }}%
+{{ scope.row.Profit }}
++ {{ + ( + (scope.row.Profit / scope.row.TotalPurchasePrice) * + 100 + ).toFixed(2) + }}% +
+-
+{{ scope.row.TotalProfit }}
++ {{ scope.row.TotalProfitRatio }}% +
+-
+{{ scope.row[i.prop] }}
+