xiaoyong931011
2021-05-14 a7ff00c817968670223bb454617cd43d106d2b8d
src/main/resources/templates/febs/views/modules/yunding/yundingOrderList.html
@@ -199,16 +199,6 @@
                                return ''
                            }
                        }, minWidth: 80,align:'center'},
                    {field: 'returnType', title: '收益类型',
                        templet: function (d) {
                            if (d.returnType === 1) {
                                return '<span style="color:blue;">USDT</span>'
                            } else if (d.returnType === 2) {
                                return '<span style="color:green;">XCH</span>'
                            }else{
                                return ''
                            }
                        }, minWidth: 80,align:'center'},
                    {field: 'todayProfit', title: '今日收益', minWidth: 80,align:'center'},
                    {field: 'state', title: '状态',
                        templet: function (d) {