退款审核
再次退款审核
{{ rowData.externalOrderNo }}
{{ rowData.cardId }}
{{ rowData.vehiclePlate }}
{{ getDictLabel(VEHICLE_COLOR_TYPE, rowData.vehiclePlatecolor) }}
{{
rowData.amount === null ? 0 + '元' : rowData.amount * 0.01 + '元'
}}
{{ getDictLabel(statusList, rowData.status) }}
{{ getDictLabel(portList, rowData.businessPort) }}
{{
rowData.insertTime ? rowData.insertTime.replaceAll('T', ' ') : ''
}}
{{ rowData.salesmanNickName }}
{{ rowData.userName }}
{{ rowData.userMobile }}
{{ rowData.payReturnType ?? '---' }}
通过
驳回