From e36213e3fda14811fc07f26296335abc1290511f Mon Sep 17 00:00:00 2001 From: zhugy Date: Mon, 22 Jan 2024 14:58:18 +0800 Subject: [PATCH] =?UTF-8?q?fix():=E4=BF=AE=E6=94=B9=E9=A2=84=E7=BA=A6?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=BB=93=E6=9D=9F=E6=97=B6=E9=97=B4=E6=A3=80?= =?UTF-8?q?=E7=B4=A2=E5=8F=AF=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/NewEnergy/RecordsInquiry/Appointment/loadable.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/NewEnergy/RecordsInquiry/Appointment/loadable.jsx b/src/pages/NewEnergy/RecordsInquiry/Appointment/loadable.jsx index ea55644..2d8d252 100644 --- a/src/pages/NewEnergy/RecordsInquiry/Appointment/loadable.jsx +++ b/src/pages/NewEnergy/RecordsInquiry/Appointment/loadable.jsx @@ -160,6 +160,7 @@ function Appointment() { name: "finish_time", type: "DateRangePicker", label: "订单完结时间", + allowClear: true, defaultValue: initFormData.end_time }, ];