{{ row.transactionType === "TURN" ? LoopBackTypeEnum.find((item) => item.value === row.turnType) .label : rechargeTypeEnum.find( (item) => item.value === row.transactionType ).label }}
{{ rechargeStatusEnum.find( (item) => item.value === row.transactionState ).label }}
{{ oilCompanyMatch[0].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" ? "基础账户" : "" }}