From b3cac070df2291a4b9addd12f1dceb7d608196ea Mon Sep 17 00:00:00 2001 From: lele0521 Date: Tue, 30 Jan 2024 09:39:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AE=A1=E7=90=86=E7=AB=AF-=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E5=8D=95=E6=B5=81=E6=B0=B4=E5=8E=BB=E9=99=A4=EF=BC=88?= =?UTF-8?q?flowType:=20"PAY"=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/seller/bill/bill-detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/src/views/seller/bill/bill-detail.vue b/manager/src/views/seller/bill/bill-detail.vue index 802e14a6..1af20c54 100644 --- a/manager/src/views/seller/bill/bill-detail.vue +++ b/manager/src/views/seller/bill/bill-detail.vue @@ -307,7 +307,7 @@ export default { pageSize: 10, // 页面大小 sort: "id", // 默认排序字段 order: "desc", // 默认排序方式 - flowType: "PAY", + // flowType: "PAY", startDate: null, endDate: null, },