- {{ - 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
- }}
+ // TODO
+ {{row.oilsPriceStrategy === '1' ? '费率' : '增减'}}:{{row.oilsPriceScale}}
+ {{row.consumRebateStrategy == 'TYFL' ? '统一费率' : '油站等级'}}
+ {{row.consumRebateScale ? row.consumRebateScale : '0'}}
+
+ {{row.consumRebateStrategy == 'TYSSFL' ? '统一升数' : '未知'}}
+ {{row.consumRebateScale ? row.consumRebateScale + '元/L' : '0'}}
+
+ 暂无
- {{
- row.transactionType !== "CHARGE_SALES" ||
- (row.transactionType === "CHARGE_SALES" &&
- row.transactionState === -1)
- ? "无状态"
- : repaymentExamineEnum.find(
- (item) => item.value === row.chargeSalesAuditMark
- ).label
- }}
-
+ {{row.phone ? row.phone : '暂无电话'}}
+
+
+ {{row.phone ? row.phone : '暂无电话'}}
+
+
+ {{row.createTime ? row.createTime : '创建时间'}}
+
+