| | |
| | | elem: $view.find('table'), |
| | | id: 'moneyChangeTable', |
| | | url: ctx + 'flow/accountMoneyChangeFlow', |
| | | totalRow: true, |
| | | cols: [[ |
| | | // {field: 'address', title: '地址', minWidth: 150}, |
| | | {field: 'username', title: '用户名', minWidth: 150}, |
| | | {field: 'username', title: '用户名', minWidth: 150, totalRowText: '合计'}, |
| | | {field: 'preAmount', title: '变化前金额', minWidth: 100}, |
| | | {field: 'amount', title: '变化金额', minWidth: 100}, |
| | | {field: 'amount', title: '变化金额', minWidth: 100, totalRow: true}, |
| | | {field: 'afterAmount', title: '变化后金额', minWidth: 100}, |
| | | {field: 'content', title: '描述', minWidth: 130}, |
| | | // {title: '类型', templet: '#type-format'}, |