diff --git a/src/views/order/index/components/detail.vue b/src/views/order/index/components/detail.vue index 9c6313e..7e1289e 100644 --- a/src/views/order/index/components/detail.vue +++ b/src/views/order/index/components/detail.vue @@ -116,7 +116,11 @@ 退款详情> --> -
退款方式:{{ detail.refundType }}
+
+ + 退款方式:{{ detail.refundType === "cash" ? "现金退款" : "原路退回" }} + +