From a6627e41a42e323a3d1e9e019de1b90587b63804 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 21 三月 2025 16:01:00 +0800
Subject: [PATCH] 上片表格显示,中空理片笼、钢化理片笼表格显示,Switch显示,中空一线。二线新增任务的配方信息及队列信息

---
 UI-Project/src/views/Caching/cachingbefore.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/UI-Project/src/views/Caching/cachingbefore.vue b/UI-Project/src/views/Caching/cachingbefore.vue
index 0d7d590..51a7ec1 100644
--- a/UI-Project/src/views/Caching/cachingbefore.vue
+++ b/UI-Project/src/views/Caching/cachingbefore.vue
@@ -45,6 +45,7 @@
 function parseAndSetTime() {
   const backendTime = new Date(globalDate);
   const oneWeekAgo = new Date(backendTime.getTime() - 7 * 24 * 60 * 60 * 1000); // 鍑忓幓7澶�
+  oneWeekAgo.setHours(0, 0, 0, 0);
   console.log(formatTimestamp(oneWeekAgo));
   console.log(oneWeekAgo);
   timeRange.value = [formatTimestamp(oneWeekAgo), formatTimestamp(backendTime)];
@@ -446,13 +447,13 @@
 </div>
 </div>
 <!-- 鍘嗗彶浠诲姟 -->
-<el-dialog v-model="blindb" top="10vh" width="90%">
+<el-dialog v-model="blindb" top="10vh" width="71%">
      <iframe 
      :src="iframeUrl" 
      marginwidth="2000px"
      marginheight="2000px"
      width="100%" 
-     height="700px" 
+     height="750px" 
      frameborder="0"
      ></iframe>
   </el-dialog>

--
Gitblit v1.8.0