From 680f074c370329f25c1417d53bee715fe4972b88 Mon Sep 17 00:00:00 2001 From: zzp <34701892@qq.com> Date: Tue, 23 Sep 2025 12:55:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(=E8=B5=84=E8=AE=AF=E9=A1=B5=E9=9D=A2):?= =?UTF-8?q?=20=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=8E=86=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E8=8C=83=E5=9B=B4=E5=8F=8A=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整日历组件的最小日期为当前日期,修复日期格式不一致问题。优化页面多个视图容器的样式,移除冗余代码并统一格式。修改日期选择逻辑,确保时间格式统一。 --- src/pages/realtimeInfo/index.vue | 43 ++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/src/pages/realtimeInfo/index.vue b/src/pages/realtimeInfo/index.vue index 1099262..898c0d7 100644 --- a/src/pages/realtimeInfo/index.vue +++ b/src/pages/realtimeInfo/index.vue @@ -58,8 +58,7 @@ - + @@ -67,10 +66,9 @@
- - {{ chooseDate.startDate.split(' ')[0] }} - + + {{ chooseDate.startDate.split(" ")[0] }} +