xiaoyong931011
2020-06-23 8c7c2cadd5ec68b66b9a0c6afc0434c4513c1135
src/main/resources/templates/febs/views/modules/member/chargeUsdt.html
@@ -163,12 +163,13 @@
                elem: $view.find('table'),
                id: 'userTable',
                url: ctx + 'member/memberChargeUsdt',
                totalRow: true,
                cols: [[
                    {field: 'phone', title: '手机号码', minWidth: 120,align:'left'},
                    {field: 'phone', title: '手机号码', minWidth: 120,align:'left',totalRowText: '合计'},
                    {field: 'email', title: '邮箱', minWidth: 200,align:'left'},
                    {field: 'inviteId', title: '邀请码UID', minWidth: 120,align:'center'},
                    {field: 'amountCny', title: '人民币金额', minWidth: 120,align:'center'},
                    {field: 'amountUsdt', title: 'USDT金额', minWidth: 120,align:'center'},
                    {field: 'amountCny', title: '人民币金额', minWidth: 120,align:'center',totalRow: true},
                    {field: 'amountUsdt', title: 'USDT金额', minWidth: 120,align:'center',totalRow: true},
                    {field: 'unitPrice', title: '单价', minWidth: 80,align:'center'},
                    {field: 'createTime', title: '充值时间', minWidth: 180,align:'center'},
                    {title: '付款状态', templet: '#order-Status', minWidth: 100,align:'center'},