+ {{ + 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" ? "基础账户" : "" }} +
+