| | |
| | | {field: 'amountCny', title: '人民币金额', minWidth: 120,align:'center',totalRow: true},
|
| | | {field: 'amountUsdt', title: 'USDT金额', minWidth: 120,align:'center',totalRow: true},
|
| | | {field: 'unitPrice', title: '单价', minWidth: 80,align:'center'},
|
| | | {field: 'createTime', title: '充值时间', minWidth: 180,align:'center'},
|
| | | {title: '付款状态', templet: '#order-Status', minWidth: 100,align:'center'},
|
| | | {field: 'orderNo', title: '订单编号', minWidth: 150,align:'center'},
|
| | | {field: 'paymentName', title: '收款人', minWidth: 150,align:'center'},
|
| | | {field: 'paymentAccount', title: '收款账号', minWidth: 150,align:'center'},
|
| | | {title: '收款方式', templet: '#payment-Type', minWidth: 100,align:'center'},
|
| | | {title: '操作',
|
| | | templet: function (d) {
|
| | | if (d.orderStatus === 2) {
|
| | |
| | | }else {
|
| | | return ''
|
| | | }
|
| | | },minWidth: 200,align:'center'}
|
| | | },minWidth: 200,align:'center'},
|
| | | {field: 'paymentName', title: '收款人', minWidth: 150,align:'center'},
|
| | | {field: 'paymentAccount', title: '收款账号', minWidth: 150,align:'center'},
|
| | | {title: '收款方式', templet: '#payment-Type', minWidth: 100,align:'center'},
|
| | | {field: 'orderNo', title: '订单编号', minWidth: 150,align:'center'},
|
| | | {field: 'createTime', title: '充值时间', minWidth: 180,align:'center'}
|
| | | ]]
|
| | | });
|
| | | }
|