| | |
| | | url: ctx + 'member/transferList', |
| | | cols: [[ |
| | | {field: 'address', title: '地址', minWidth: 130}, |
| | | {field: 'amount', title: '金额', minWidth: 130}, |
| | | {field: 'amount', title: '金额(USDT)', minWidth: 130}, |
| | | {field: 'hash', title: '交易hash', minWidth: 180}, |
| | | {field: 'createTime', title: '创建时间', minWidth: 130}, |
| | | {title: '操作', toolbar: '#transfer-option', minWidth: 140} |
| | |
| | | url: ctx + 'wallet/walletCoin', |
| | | cols: [[ |
| | | {field: 'address', title: '地址', minWidth: 130}, |
| | | {field: 'availableAmount', title: '可用金额', minWidth: 130}, |
| | | {field: 'frozenAmount', title: '冻结金额', minWidth: 130}, |
| | | {field: 'totalAmount', title: '总金额', minWidth: 180} |
| | | {field: 'availableAmount', title: '可用金额(USDT)', minWidth: 130}, |
| | | {field: 'frozenAmount', title: '冻结金额(USDT)', minWidth: 130}, |
| | | {field: 'totalAmount', title: '总金额(USDT)', minWidth: 180} |
| | | ]] |
| | | }); |
| | | } |
| | |
| | | url: ctx + 'wallet/walletMine', |
| | | cols: [[ |
| | | {field: 'address', title: '地址', minWidth: 130}, |
| | | {field: 'availableAmount', title: '剩余产量', minWidth: 130}, |
| | | {field: 'totalAmount', title: '总产量', minWidth: 180} |
| | | {field: 'availableAmount', title: '剩余产量(ETH)', minWidth: 130}, |
| | | {field: 'totalAmount', title: '总产量(ETH)', minWidth: 180} |
| | | ]] |
| | | }); |
| | | } |
| | |
| | | cols: [[ |
| | | {field: 'address', title: '地址', minWidth: 130}, |
| | | {field: 'createTime', title: '创建时间', minWidth: 180}, |
| | | {field: 'amount', title: '提现金额', minWidth: 130}, |
| | | {field: 'amount', title: '提现金额(USDT)', minWidth: 130}, |
| | | {title: '提现状态', templet: '#withdraw-status'}, |
| | | {field: 'fee', title: '手续费', minWidth: 130}, |
| | | {title: '操作', toolbar: '#withdraw-option', minWidth: 200} |