|  |  |  | 
|---|
|  |  |  | elem: $view.find('table'), | 
|---|
|  |  |  | id: 'userTable', | 
|---|
|  |  |  | url: ctx + 'tradeManage/memberAgentReturnInfo', | 
|---|
|  |  |  | totalRow: true, | 
|---|
|  |  |  | cols: [[ | 
|---|
|  |  |  | {field: 'phone', title: '手机号', minWidth: 100,align:'left'}, | 
|---|
|  |  |  | {field: 'phone', title: '手机号', minWidth: 100,align:'left',totalRowText: '合计'}, | 
|---|
|  |  |  | {field: 'email', title: '邮箱', minWidth: 200,align:'left'}, | 
|---|
|  |  |  | {field: 'inviteId', title: '邀请码UID', minWidth: 80,align:'center'}, | 
|---|
|  |  |  | {field: 'symbol', title: '币种', minWidth: 80,align:'center'}, | 
|---|
|  |  |  | {field: 'amount', title: '金额', minWidth: 80,align:'center'}, | 
|---|
|  |  |  | {field: 'amount', title: '金额', minWidth: 80,align:'center',totalRow: true}, | 
|---|
|  |  |  | {field: 'content', title: '记录内容', minWidth: 80,align:'center'}, | 
|---|
|  |  |  | {field: 'createTime', title: '时间', minWidth: 80,align:'center'}, | 
|---|
|  |  |  | {title: '状态', templet: '#status', minWidth: 100,align:'center'}, | 
|---|