From f2093803bf804a49b4e914c524b8b2277edb99af Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 14 Jul 2020 11:40:50 +0800 Subject: [PATCH] 20200714 代码提交 --- src/main/resources/templates/febs/views/modules/trademanage/historyOrder.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/trademanage/historyOrder.html b/src/main/resources/templates/febs/views/modules/trademanage/historyOrder.html index bb9979b..d9c2c73 100644 --- a/src/main/resources/templates/febs/views/modules/trademanage/historyOrder.html +++ b/src/main/resources/templates/febs/views/modules/trademanage/historyOrder.html @@ -97,7 +97,7 @@ }else { return '<span style="color:red;">限价</span>' } - }, minWidth: 120,align:'center'}, + }, minWidth: 100,align:'center'}, {field: 'symbol', title: '币种', minWidth: 120,align:'center'}, @@ -115,8 +115,9 @@ }else{ return '' } - }, minWidth: 120,align:'center'}, - {field: 'openingPrice', title: '开仓价', minWidth: 150,align:'center'}, + }, minWidth: 100,align:'center'}, + {field: 'openingPrice', title: '开仓价', minWidth: 100,align:'center'}, + {field: 'openingTime', title: '开仓时间', minWidth: 200,align:'center'}, {field: 'closingType', title: '平仓类型', templet: function (d) { if (d.closingType === 0) { @@ -141,7 +142,8 @@ return '' } }, minWidth: 120,align:'center'}, - {field: 'closingPrice', title: '平仓价', minWidth: 150,align:'center'}, + {field: 'closingPrice', title: '平仓价', minWidth: 100,align:'center'}, + {field: 'closingTime', title: '平仓时间', minWidth: 200,align:'center'}, {field: 'rewardAmount', title: '盈亏金额', templet: function (d) { if (d.rewardAmount > 0) { @@ -163,8 +165,6 @@ {field: 'closingFeeAmount', title: '平仓手续费', minWidth: 100,align:'center',totalRow: true}, {field: 'holdAmount', title: '持仓费', minWidth: 120,align:'center',totalRow: true}, {field: 'rewardRatio', title: '盈亏比例', minWidth: 120,align:'center'}, - {field: 'openingTime', title: '开仓时间', minWidth: 200,align:'center'}, - {field: 'closingTime', title: '平仓时间', minWidth: 200,align:'center'}, {field: 'entrustOpeningPrice', title: '委托开仓价', minWidth: 150,align:'center'}, {field: 'entrustTime', title: '委托时间', minWidth: 200,align:'center'}, {field: 'orderStatus', title: '订单状态', -- Gitblit v1.9.1