| | |
| | | {title: '交易类型', templet: '#tradeType', minWidth: 80,align:'center'},
|
| | | {field: 'symbol', title: '币种', minWidth: 100,align:'center'},
|
| | | {field: 'symbolCnt', title: '手数', minWidth: 80,align:'center'},
|
| | | {field: 'rewardRatio', title: '实时盈亏', minWidth: 120,align:'center'},
|
| | | {field: 'rewardRatio', title: '实时盈亏', |
| | | templet: function (d) {
|
| | | if (d.rewardRatio > 0) {
|
| | | return '<span style="color:green;">' + d.rewardRatio + '</span>'
|
| | | }else {
|
| | | return '<span style="color:red;">' + d.rewardRatio + '</span>'
|
| | | }
|
| | | },minWidth: 120,align:'center'},
|
| | | {field: 'symbolSku', title: '币种规格', minWidth: 120,align:'center'},
|
| | | {field: 'openingPrice', title: '开仓价', minWidth: 100,align:'center'},
|
| | | {field: 'openingFeeAmount', title: '开仓手续费', minWidth: 120,align:'center'},
|