diff --git a/src/filters/commFilter.js b/src/filters/commFilter.js
index 1000dbc..43ca44c 100644
--- a/src/filters/commFilter.js
+++ b/src/filters/commFilter.js
@@ -166,7 +166,7 @@ export function cancelOrderStatusFilter(status) {
export function orderPayType(type) {
const typeMap = {
- '0': '余额支付',
+ '0': '银联支付',
'1': '微信支付',
'2': '小程序',
'3': '微信支付',
diff --git a/src/views/order/list/index.vue b/src/views/order/list/index.vue
index 5613759..ea9e6e7 100644
--- a/src/views/order/list/index.vue
+++ b/src/views/order/list/index.vue
@@ -105,13 +105,13 @@
class="selWidth"
@change="getList(1),getCardList()"
>
-
-
+
+
-
+
-
+
-->
+
+
+
+
+
+
搜索
重置
@@ -388,6 +400,7 @@ export default {
order_sn: this.$route.query.order_sn ? this.$route.query.order_sn : "",
group_order_sn: '',
keywords: "",
+ paid:'',
username: "",
store_name: "",
status: this.$route.query.status || '',