From 3be2e099bbc05e902dfcfabc403ade0a2aba8ef4 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 21 Jul 2025 15:12:44 +0800
Subject: [PATCH] feat:数据中心优化

---
 src/views/wel/components/proportionStatic.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/wel/components/proportionStatic.vue b/src/views/wel/components/proportionStatic.vue
index 48002cd..41f2d56 100644
--- a/src/views/wel/components/proportionStatic.vue
+++ b/src/views/wel/components/proportionStatic.vue
@@ -3,7 +3,7 @@
     <div class="card-title">
       <div class="cardtotal">
         <p>工单统计占比</p>
-        <img @click="refresh" src="/src/assets/images/workbench/st1.png" alt="" />
+        <img @click="refresh" src="/src/assets/images/workbench/st1.svg" alt="" />
       </div>
       <div class="time-card">
         <div
@@ -84,9 +84,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';
   getTypeData();
 };
 

--
Gitblit v1.9.3