| | |
| | | elem: $view.find('table'), |
| | | id: 'teamInfoChild', |
| | | url: ctx + 'member/teamInfo?parentId=1', |
| | | totalRow: true, |
| | | cols: [[ |
| | | {field: 'username', title: '用户名', minWidth: 100}, |
| | | {field: 'totalAmount', title: '总金额', minWidth: 100}, |
| | | {field: 'avaAmount', title: '可用金额', minWidth: 100}, |
| | | {field: 'FrozenAmount', title: '冻结金额', minWidth: 100}, |
| | | {field: 'chargeAmount', title: '充值金额', minWidth: 100}, |
| | | {field: 'withDrawAmount', title: '提现金额', minWidth: 100}, |
| | | {field: 'username', title: '用户名', minWidth: 100, totalRowText: '合计'}, |
| | | {field: 'totalAmount', title: '总金额', minWidth: 100, totalRow: true}, |
| | | {field: 'avaAmount', title: '可用金额', minWidth: 100, totalRow: true}, |
| | | {field: 'FrozenAmount', title: '冻结金额', minWidth: 100, totalRow: true}, |
| | | {field: 'chargeAmount', title: '充值金额', minWidth: 100, totalRow: true}, |
| | | {field: 'withDrawAmount', title: '提现金额', minWidth: 100, totalRow: true}, |
| | | {field: 'insideAmount', title: '内转金额', minWidth: 100}, |
| | | {field: 'onHookTimes', title: '挂机次数', minWidth: 100}, |
| | | {field: 'totalProfit', title: '总收益', minWidth: 100}, |
| | | {field: 'totalProfit', title: '总收益', minWidth: 100, totalRow: true}, |
| | | ]] |
| | | }); |
| | | } |