From 87cd43dde2f8aac07f1c1a046332bda498c24711 Mon Sep 17 00:00:00 2001 From: hyx Date: Wed, 5 Jul 2023 14:31:34 +0800 Subject: [PATCH] =?UTF-8?q?CN-1114=20fix:=E6=89=8B=E5=8A=A8=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4=E5=BD=93=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=E6=97=B6=E9=97=B4=E5=92=8C=E7=BB=93=E6=9D=9F=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E7=9A=84=E6=97=B6=E9=97=B4=E7=82=B9=E4=B8=80=E6=A0=B7?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E6=97=A5=E6=9C=9F=E6=97=A0=E6=B3=95=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E4=B8=BA=E5=90=8C=E4=B8=80=E4=B8=AA=E6=9C=88=E7=9A=84?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/TimeRange/DateTimeRange.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/TimeRange/DateTimeRange.vue b/src/components/common/TimeRange/DateTimeRange.vue index 13260ae7..bfa6083e 100644 --- a/src/components/common/TimeRange/DateTimeRange.vue +++ b/src/components/common/TimeRange/DateTimeRange.vue @@ -26,6 +26,7 @@ style="position: absolute;top: -53px;left: -536px;" :clearable="false" :default-time="defaultTime" + :unlink-panels="true" type="datetimerange" @change="timeArrChange" />