| | |
| | | table.on('tool(memberTable)', function (obj) { |
| | | var data = obj.data, |
| | | layEvent = obj.event; |
| | | |
| | | if (layEvent === 'teamInfo') { |
| | | febs.modal.open( '团队详情', 'dappView/teamInfo/' + data.id, { |
| | | maxmin: true, |
| | | }); |
| | | } |
| | | if (layEvent === 'resetTransferCode') { |
| | | febs.modal.confirm('资金密码', '是否重置资金密码为:123456?', function () { |
| | | resetTransferCode(data.id); |
| | |
| | | cols: [[ |
| | | // {type: 'checkbox'}, |
| | | // {type: 'numbers'}, |
| | | {field: 'username', title: '用户名', minWidth: 120}, |
| | | // {field: 'username', title: '用户名', minWidth: 120}, |
| | | {title: '用户名', |
| | | templet: function (d) { |
| | | return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="teamInfo" shiro:hasPermission="teamInfo:update"><span>'+d.username+'</span></button>' |
| | | },minWidth: 130,align:'center'}, |
| | | {field: 'identity', title: '会员', |
| | | templet: function (d) { |
| | | if (d.identity === 'LEVEL_TM') { |
| | |
| | | {field: 'availableAmount', title: '可用余额', minWidth: 100}, |
| | | {field: 'frozenAmount', title: '冻结金额', minWidth: 100}, |
| | | {field: 'inviteId', title: '邀请码', minWidth: 100}, |
| | | {field: 'refererId', title: '上级邀请码', minWidth: 130}, |
| | | {field: 'refererName', title: '上级', minWidth: 130}, |
| | | {field: 'createTime', title: '创建时间', minWidth: 180}, |
| | | ,{field: 'accountStatus', title: '账户状态',templet: '#isAccountStatus', minWidth: 180}, |
| | | // {title: '账户状态', templet: '#user-status', minWidth: 120}, |