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