diff --git a/src/pages/MainSec/OrderTable.vue b/src/pages/MainSec/OrderTable.vue
index 0ad45d5..a9df900 100644
--- a/src/pages/MainSec/OrderTable.vue
+++ b/src/pages/MainSec/OrderTable.vue
@@ -1,132 +1,140 @@
- 买入 卖出 {{ scope.row.CapitalAfterPurchase.toFixed(2) || 0 }} {{ 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.PurchaseCoinCount || "-" }} {{ scope.row.SaleCoinCount || "-" }} {{ scope.row.TotalPurchasePrice || "-" }} {{ scope.row.TotalSalePrice || "-" }} {{ scope.row.BorrowAmount.toFixed(2) || "-" }} {{ scope.row.BorrowFee.toFixed(2) || "-" }} {{ scope.row.BorrowRatio.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] }} {{ scope.row[i.prop] }}账号配置信息
+
{{ scope.row.CapitalAfterPurchase.toFixed(2) || 0 }}
-{{ scope.row.CapitalAfterSale.toFixed(2) || 0 }}
++ {{ + (scope.row.CapitalAfterPurchase && + scope.row.CapitalAfterPurchase.toFixed(2)) || + 0 + }} +
++ {{ + (scope.row.CapitalAfterSale && + scope.row.CapitalAfterSale.toFixed(2)) || + 0 + }} +
{{ scope.row.BorrowAmount.toFixed(2) || "-" }}
++ {{ scope.row.LoanAmount.toFixed(2) || "-" }} +
{{ scope.row.BorrowFee.toFixed(2) || "-" }}
++ {{ scope.row.LoanFee.toFixed(2) || "-" }} +
{{ scope.row.BorrowRatio.toFixed(2) || "-" }}%
+{{ scope.row.LoanRatio.toFixed(2) || "-" }}%