| | |
| | | cols: [[
|
| | | {field: 'phone', title: '手机号', minWidth: 100,align:'left'},
|
| | | {field: 'realName', title: '姓名', minWidth: 120,align:'left'},
|
| | | {field: 'email', title: '邮箱', minWidth: 200,align:'left'},
|
| | | {field: 'inviteId', title: '邀请码UID',
|
| | | templet: function (d) {
|
| | | return '<a lay-event="examine" shiro:hasPermission="user:update">'+d.inviteId+'</a>'
|
| | | return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="examine" shiro:hasPermission="user:update">'+d.inviteId+'</button>'
|
| | | }, minWidth: 80,align:'center'},
|
| | | {field: 'rewardratioByMid', title: '盈亏',
|
| | | templet: function (d) {
|
| | |
| | | return '<span style="color:green;">正常账号</span>'
|
| | | }
|
| | | },minWidth: 100,align:'center'},
|
| | | {field: 'agentAvailableBalance', title: '代理账户', minWidth: 80,align:'center',totalRow: true}
|
| | | {field: 'agentAvailableBalance', title: '代理账户', minWidth: 80,align:'center',totalRow: true},
|
| | | {field: 'email', title: '邮箱', minWidth: 80,align:'left'},
|
| | | ]]
|
| | | });
|
| | | }
|