| | |
| | | }); |
| | | } |
| | | if (layEvent === 'edit') { |
| | | febs.modal.open('修改用户', 'system/user/update/' + data.username, { |
| | | febs.modal.open('修改用户', '/agent/agentEdit/' + data.id, { |
| | | area: $(window).width() <= 750 ? '90%' : '50%', |
| | | offset: '30px', |
| | | btn: ['提交', '取消'], |
| | |
| | | {field: 'name', title: '代理姓名', minWidth: 100, align: 'center'}, |
| | | {field: 'account', title: '代理账号', minWidth: 100, align: 'center'}, |
| | | {field: 'inviteId', title: '代理UID', minWidth: 100, align: 'center'}, |
| | | {field: 'phone', title: '手机号', minWidth: 130, align: 'center'}, |
| | | {field: 'email', title: '邮箱', minWidth: 180, align: 'center'}, |
| | | {field: 'phone', title: '联系方式', minWidth: 130, align: 'center'}, |
| | | // {field: 'email', title: '邮箱', minWidth: 180, align: 'center'}, |
| | | {field: 'refererId', title: '上级UID', minWidth: 100, align: 'center'}, |
| | | {title: '是否实名', templet: '#certify-status', minWidth: 100, align: 'center'}, |
| | | {field: 'childCnt', title: '发展代理数', minWidth: 100, align: 'center'}, |