From 54d11f9a2f395e021486e6a31912616274b3feda Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期一, 08 九月 2025 11:55:10 +0800
Subject: [PATCH] 车间智慧看板页面新增定时刷新功能

---
 src/views/mdc/base/modules/WorkshopSignage/OpenRateChart.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/mdc/base/modules/WorkshopSignage/OpenRateChart.vue b/src/views/mdc/base/modules/WorkshopSignage/OpenRateChart.vue
index 949c3b0..6bfbea6 100644
--- a/src/views/mdc/base/modules/WorkshopSignage/OpenRateChart.vue
+++ b/src/views/mdc/base/modules/WorkshopSignage/OpenRateChart.vue
@@ -1,6 +1,5 @@
 <template>
-  <div id="openRate">
-  </div>
+  <div id="openRate"></div>
 </template>
 
 <script>
@@ -34,7 +33,8 @@
         this.chartContainer = this.$echarts.init(document.getElementById('openRate'))
         const option = {
           tooltip: {
-            fontSize: this.fontSize(0.12)
+            trigger: 'axis',
+            fontSize: this.fontSize(0.16)
           },
           xAxis: [
             {
@@ -61,7 +61,6 @@
           yAxis: [
             {
               type: 'value',
-              // name:'涓婂懆寮�鏈虹巼',
               axisTick: {
                 show: true
               },

--
Gitblit v1.9.3