Helius
2020-11-10 9fe13ab6626a7abadcd0d67ca780363cd92cb024
src/main/resources/templates/febs/views/modules/member/member.html
@@ -116,6 +116,7 @@
                elem: $view.find('table'),
                id: 'userTable',
                url: ctx + 'member/getList',
                totalRow : true,
                cols: [[
                    {field: 'phone', title: '手机号', minWidth: 150,align:'left'},
                    {field: 'email', title: '邮箱', minWidth: 100,align:'left'},
@@ -125,6 +126,8 @@
                                return '<a lay-event="examine" shiro:hasPermission="user:update">'+d.inviteId+'</a>'
                            }, minWidth: 80,align:'center'},
                    {field: 'refererId', title: '上级邀请码UID', minWidth: 80,align:'center'},
                    {field: 'usdtAmount', title: 'USDT', minWidth: 80,align:'center', totalRow: true},
                    {field: 'rfncAmount', title: 'RFNC', minWidth: 80,align:'center', totalRow: true},
                    // {field: 'accountType', title: '账号类型',
                    //    templet: function (d) {
                    //         if (d.accountType === 2) {