{{ 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 }}
{{ row.transactionType !== "CHARGE_SALES" || (row.transactionType === "CHARGE_SALES" && row.transactionState === -1) ? "无状态" : repaymentExamineEnum.find( (item) => item.value === row.chargeSalesAuditMark ).label }}