diff --git a/src/views/setting/gmall/order.vue b/src/views/setting/gmall/order.vue index de8a9d1..46c2e54 100644 --- a/src/views/setting/gmall/order.vue +++ b/src/views/setting/gmall/order.vue @@ -27,6 +27,7 @@ 全部 微信支付 余额支付 + 银联支付 @@ -62,7 +63,7 @@ {{ text }}年 - {{ text == 'wechat' ? '微信支付' : '余额支付' }} + {{ PaymentMethodEnum[text].name }} @@ -76,6 +77,8 @@