xiaoyong931011
2022-06-17 b4dff0461d20fe6890eae72b454068c08d38ea02
src/main/resources/templates/febs/views/modules/mallMember/chargeFlowList.html
@@ -119,10 +119,12 @@
                id: 'moneyFlowChargeTable',
                url: ctx + 'admin/mallMember/getMoneyChargeList',
                cols: [[
                    {field: 'withdrawNo', title: '编号', minWidth: 100,align:'left'},
                    {field: 'name', title: '名称', minWidth: 100,align:'left'},
                    {field: 'phone', title: '账号', minWidth: 150,align:'left'},
                    {field: 'bindPhone', title: '手机号', minWidth: 150,align:'left'},
                    {field: 'amount', title: '金额', minWidth: 150,align:'left'},
                    {field: 'amountFee', title: '手续费', minWidth: 150,align:'left'},
                    {field: 'status', title: '状态',
                        templet: function (d) {
                            if (d.status === 1) {