| | |
| | | toolbar: '#tableToolBarWithdraw', |
| | | cols: [[ |
| | | {type: 'checkbox', fixed: 'left'}, |
| | | {field: 'accountLogin', title: '账户', minWidth: 180}, |
| | | {field: 'remark', title: '地址', minWidth: 180}, |
| | | {field: 'amount', title: '金额', minWidth: 130}, |
| | | {field: 'accountLogin', title: '账户', minWidth: 100}, |
| | | {field: 'remark', title: '地址', minWidth: 400}, |
| | | {field: 'amountReal', title: '减手续费后', minWidth: 160}, |
| | | {title: '提现状态', templet: '#withdraw-status'}, |
| | | {field: 'amount', title: '金额', minWidth: 130}, |
| | | {field: 'amountFee', title: '手续费', minWidth: 130}, |
| | | {field: 'createdTime', title: '创建时间', minWidth: 180}, |
| | | ]] |
| | | }); |