xiaoyong931011
2020-07-14 f2093803bf804a49b4e914c524b8b2277edb99af
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: '订单状态',