From 2ca94de8ede18ac07ccfd8dec7b6f6a707adde9b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 01 Sep 2025 11:20:24 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v5.0/5.0.5' into patch_management

---
 src/views/wel/components/flyratio.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/wel/components/flyratio.vue b/src/views/wel/components/flyratio.vue
index d9dff52..1488c6a 100644
--- a/src/views/wel/components/flyratio.vue
+++ b/src/views/wel/components/flyratio.vue
@@ -52,9 +52,9 @@
   },
 });
 const refresh = () => {
-  params.value.date_enum = 'CURRENT_YEAR';
-  checked.value = 'CURRENT_YEAR';
-  dateSelect.value = 'CURRENT_YEAR';
+  // params.value.date_enum = 'CURRENT_YEAR';
+  // checked.value = 'CURRENT_YEAR';
+  // dateSelect.value = 'CURRENT_YEAR';
 getIndustryJobNumPieChart();
 };
 let timeClick = (item, index) => {
@@ -200,7 +200,7 @@
 .machineNest {
   width: 93%;
   margin-left: 10px;
-  height: pxToVh(355);
+  height: pxToVh(282);
     border-radius: 8px 8px 8px 8px;
   padding: 4px 14px 0 15px;
   background: #ffffff !important;
@@ -303,8 +303,8 @@
   }
   .nestCenter {
     width: 100%;
-    // height: 600px;
-    height: pxToVh(266);
+ 
+    height: pxToVh(226);
     .chart {
       width: 100%;
       height: 100%;

--
Gitblit v1.9.3