| | |
| | | {field: 'phone', title: '手机号', minWidth: 100,align:'left'},
|
| | | {field: 'email', title: '邮箱', minWidth: 100,align:'left'},
|
| | | {field: 'realName', title: '姓名', minWidth: 100,align:'left'},
|
| | | {field: 'nickname', title: '昵称', minWidth: 100,align:'left'},
|
| | | {field: 'inviteId', title: '邀请码UID', minWidth: 80,align:'center'},
|
| | | {field: 'profitRatio', title: '利润率', minWidth: 80,align:'center'},
|
| | | {field: 'followNum', title: '跟随人数', minWidth: 120,align:'center'},
|
| | | {field: 'followNumNow', title: '当前跟随人数', minWidth: 120,align:'center'},
|
| | | {field: 'followNum', title: '最大跟随人数', minWidth: 120,align:'center'},
|
| | | {field: 'accountType', title: '账号类型',
|
| | | templet: function (d) {
|
| | | if (d.accountType === 2) {
|