| | |
| | | }else {
|
| | | return '<span style="color:red;">限价</span>'
|
| | | }
|
| | | }, minWidth: 120,align:'center'},
|
| | | }, minWidth: 100,align:'center'},
|
| | |
|
| | |
|
| | | {field: 'symbol', title: '币种', minWidth: 120,align:'center'},
|
| | |
| | | }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) {
|
| | |
| | | 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) {
|
| | |
| | | {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: '订单状态',
|