From bc4784b3f49dffe8616894b895fa3afeda0050b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Mon, 5 Dec 2022 11:03:16 +0800 Subject: [PATCH] up --- src/views/order/orderList.vue | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/views/order/orderList.vue b/src/views/order/orderList.vue index 50c58f4..f782733 100644 --- a/src/views/order/orderList.vue +++ b/src/views/order/orderList.vue @@ -172,7 +172,8 @@ productTypeName: "", is_merchant: false, createdDate: [], - paidDate: [], + payDate: [], + updateDate:[], start_created: "", end_created: "", start_paid: "", @@ -371,19 +372,20 @@ resetsearch(){ this.select.page = 1; this.select.merchant= ''; - this.select. keyword= ''; + this.select. keyword= ''; this.select.productType= ''; this.select.orderStates= ''; - this.select. productTypeName= ''; - this.select. is_merchant= false; + this.select.productTypeName= ''; + this.select.is_merchant= false; this.select.createdDate= []; - this.select. paidDate= []; - this.select. start_created= ""; - this.select. end_created= ''; - this.select. start_paid= ''; + this.select.payDate= []; + this.select.updateDate=[]; + this.select.start_created= ""; + this.select.end_created= ''; + this.select.start_paid= ''; this.select.end_paid= ''; this.select.start_updated= ''; - this.select. end_updated= ''; + this.select.end_updated= ''; this.getOrders(); }, changeUpdateDate(e){