Helius
2020-11-02 48609f16689a3d2460e2800562f95c699e6e2ef9
src/main/resources/templates/febs/views/modules/orderCoin/orderCoin.html
@@ -109,6 +109,17 @@
                    {field: 'entrustPrice', title: '委托价', minWidth: 30,align:'center'},
                    {field: 'dealPrice', title: '成交价', minWidth: 30,align:'center'},
                    {field: 'dealAmount', title: '成交金额', minWidth: 30,align:'center'},
                    {field: 'ipo', title: '私募',
                        templet: function (d) {
                            if (d.ipo == 1) {
                                return '<span style="color:red;">是</span>'
                            } else if (d.ipo == 0) {
                                return '<span style="color:gray;">否</span>'
                            } else{
                                return '<span style="color:red;">是</span>'
                            }
                        },
                        minWidth: 20,align:'center'},
                    {field: 'feeAmount', title: '手续费', minWidth: 30,align:'center'},
                    {field: 'createTime', title: '创建时间', minWidth: 200,align:'center'},
                ]]