|
@@ -90,7 +90,8 @@ export default defineComponent({
|
|
paymentCashAmount: item.paymentCashAmount,
|
|
paymentCashAmount: item.paymentCashAmount,
|
|
createTime: item.refundTime,
|
|
createTime: item.refundTime,
|
|
statusName: refundTypes[item.refundAudit],
|
|
statusName: refundTypes[item.refundAudit],
|
|
- statusColor: statusColors[item.status]
|
|
|
|
|
|
+ statusColor: statusColors[item.status],
|
|
|
|
+ isRefund: true, // 是退款列表
|
|
};
|
|
};
|
|
});
|
|
});
|
|
data.finished = !res.data.next;
|
|
data.finished = !res.data.next;
|