From 70dfcf23e0e18f26217ecea6f2fd098555b52f0b Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 30 Oct 2020 10:45:22 +0800 Subject: [PATCH] 20201030 --- src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html b/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html index 9475656..766dab2 100644 --- a/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html +++ b/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html @@ -100,6 +100,7 @@ }, minWidth: 100,align:'center'}, {field: 'symbol', title: '币种', minWidth: 100,align:'center'}, {field: 'symbolCnt', title: '手数', minWidth: 80,align:'center'}, + {field: 'symbolCntSale', title: '可平张数', minWidth: 120,align:'center'}, {field: 'rewardRatio', title: '实时盈亏', templet: function (d) { if (d.rewardRatio > 0) { @@ -111,6 +112,7 @@ {field: 'symbolSku', title: '币种规格', minWidth: 120,align:'center'}, {field: 'openingPrice', title: '开仓价', minWidth: 100,align:'center'}, {field: 'openingFeeAmount', title: '开仓手续费', minWidth: 120,align:'center',totalRow: true}, + {field: 'holdAmount', title: '持仓手续费', minWidth: 120,align:'center',totalRow: true}, {field: 'bondAmount', title: '保证金', minWidth: 120,align:'center'}, {field: 'prePaymentAmount', title: '预付款金额', minWidth: 120,align:'center'}, {field: 'leverRatio', title: '杠杆倍率', minWidth: 120,align:'center'}, -- Gitblit v1.9.1