From e688c5abc5f87c3ce00afb094376053643fe3857 Mon Sep 17 00:00:00 2001
From: longyvfengyun <496960745@qq.com>
Date: 星期四, 28 三月 2024 09:04:56 +0800
Subject: [PATCH] 内容提交

---
 src/views/battShow.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/battShow.vue b/src/views/battShow.vue
index 33ec12d..24eb575 100644
--- a/src/views/battShow.vue
+++ b/src/views/battShow.vue
@@ -16,7 +16,7 @@
 
 const carName = ref("");
 const timeRange = ref("");
-timeRange.value = [new Date("2020-01-01 00:00:00"), new Date("2023-01-01 00:00:00")];
+timeRange.value = [new Date("2020-01-01 00:00:00"), new Date()];
 const tempBar = ref(null);
 const volBar = ref(null);
 const alarmLine = ref(null);

--
Gitblit v1.9.1