| | |
| | | {type: 'checkbox'}, |
| | | {type: 'numbers'}, |
| | | {field: 'username', title: '用户名', minWidth: 130}, |
| | | {field: 'identity', title: '会员等级', |
| | | {field: 'identity', title: '会员', |
| | | templet: function (d) { |
| | | if (d.identity === 'LEVEL_TM') { |
| | | return '<span>游客</span>' |
| | |
| | | return '' |
| | | } |
| | | }, minWidth: 100, align: 'center'}, |
| | | {field: 'identity', title: '等级', minWidth: 100, align: 'center'}, |
| | | // {field: 'address', title: '地址', minWidth: 130}, |
| | | // {title: '余额(USDT)', templet: '#balance', minWidth: 120}, |
| | | // {title: '授权列表', templet: '#approve-list', minWidth: 110}, |