| | |
| | | cols: [[
|
| | | {field: 'phone', title: '手机号', minWidth: 100,align:'left',totalRowText: '合计'},
|
| | | {field: 'email', title: '邮箱', minWidth: 200,align:'left'},
|
| | | {field: 'realName', title: '姓名', minWidth: 200,align:'left'},
|
| | | {field: 'inviteId', title: '邀请码UID', minWidth: 80,align:'center'},
|
| | | {field: 'symbol', title: '币种', minWidth: 80,align:'center'},
|
| | | {field: 'allAmount', title: '总佣金', minWidth: 80,align:'center',totalRow: true},
|
| | | {field: 'amount', title: '本次金额', minWidth: 80,align:'center',totalRow: true},
|
| | | {field: 'amount', title: '当天返佣', minWidth: 80,align:'center',totalRow: true},
|
| | | {field: 'allAmount', title: '总返佣', minWidth: 80,align:'center',totalRow: true},
|
| | | {field: 'content', title: '记录内容', minWidth: 80,align:'center'},
|
| | | {field: 'createTime', title: '时间', minWidth: 80,align:'center'},
|
| | | {field: 'status', title: '状态',
|