{{ rechargeStatusEnum.find( (item) => item.value === row.transactionState ).label }}
收款公司账户:{{ row.internalCompanyName }}
收款开户行:{{ row.bankDeposit }}
收款银行卡号:{{ row.bankCardNo }}
{{ oilCompanyMatch.transactionType === "TURN" ? LoopBackTypeEnum.find( (item) => item.value === oilCompanyMatch[0].turnType ).label : rechargeTypeEnum.find( (item) => item.value === oilCompanyMatch[0].transactionType ).label }}
{{ rechargeStatusEnum.find( (item) => item.value === oilCompanyMatch[0].transactionState ).label }}
{{ auditMarkEnum.find( (item) => item.value === oilCompanyMatch[0].auditMark ).label }}
{{ accountStatusEnum.find( (item) => item.value === oilCompanyMatch[1].accountState ).label }}
{{ oilCompanyMatch[1].accountType === "0" ? "基础账户" : "" }}