fix
Hentua
2023-04-20 9bd759f5a7ad5fe0b47105efd7cacf3f4bf7e9a8
src/main/resources/templates/febs/views/modules/mallMember/chargeFlowList.html
@@ -140,13 +140,13 @@
                    {field: 'bindPhone', title: '手机号', minWidth: 150,align:'left'},
                    {field: 'amount', title: '金额', minWidth: 150,align:'left',totalRow: '{{= parseInt(d.amount) }}'},
                    {field: 'amountFee', title: '手续费', minWidth: 150,align:'left',totalRow: '{{= parseInt(d.amountFee) }}'},
                    {field: 'remark', title: '错误信息', minWidth: 150,align:'left'},
                    {field: 'remark', title: '类型', minWidth: 150,align:'left'},
                    {field: 'status', title: '状态',
                        templet: function (d) {
                            if (d.status === 1) {
                                return '<span style="color:green;">提现中</span>'
                            } else if (d.status === 2) {
                                return '<span style="color:red;">成功</span>'
                                return '<span style="color:blue;">成功</span>'
                            } else if (d.status === 3) {
                                return '<span style="color:red;">拒绝</span>'
                            } else{