xiaoyong931011
2021-04-22 1c23bfe752fea2e815daa4bdd93859dee9e5b87c
src/main/resources/templates/febs/views/modules/agent/member.html
@@ -279,6 +279,7 @@
                url: ctx + 'member/getList',
                cols: [[
                    {type: 'checkbox'},
                    {field: 'account', title: '用户姓名', minWidth: 150, align: 'center'},
                    {field: 'phone', title: '手机号', minWidth: 165},
                    {field: 'email', title: '邮箱', minWidth: 200},
                    {field: 'inviteId', title: '邀请码'},
@@ -286,7 +287,7 @@
                    {field: 'contractTotal', title: '合约资产', minWidth: 120},
                    {field: 'coinTotal', title: '币币资产', minWidth: 120},
                    {field: 'agentTotal', title: '佣金资产', minWidth: 120},
                    {title: '账号类型', templet: '#account-type'},
                    // {title: '账号类型', templet: '#account-type'},
                    {title: '账号状态', templet: '#account-status'},
                    {title: '审核状态', templet: '#certify-status'},
                    {field: 'createTime', title: '注册时间', minWidth: 180}