diff --git a/src/views/shop/order/index.vue b/src/views/shop/order/index.vue
index c6af3f6..e1a7af9 100644
--- a/src/views/shop/order/index.vue
+++ b/src/views/shop/order/index.vue
@@ -133,7 +133,11 @@ getList();
-
+
+
+ {{ { wechat: '微信支付', balance: '余额支付' }[row.paymentMethod] || row.paymentMethod }}
+
+
{{ row.payTime ? new Date(row.payTime).toLocaleString() : '-' }}