From 4bf8212c10eb9a1421e52b60e7407922d081ba8c Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期一, 09 六月 2025 13:44:29 +0800
Subject: [PATCH] 1、设备TEEP页面大数据导出格式由xls调整为xlsx 2、大数据导出参数增加为查询区域所有字段

---
 src/views/dashboard/WorkshopSectionSignage.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/dashboard/WorkshopSectionSignage.vue b/src/views/dashboard/WorkshopSectionSignage.vue
index 5d2e786..7523ffb 100644
--- a/src/views/dashboard/WorkshopSectionSignage.vue
+++ b/src/views/dashboard/WorkshopSectionSignage.vue
@@ -660,7 +660,7 @@
           xAxis: equipmentIdList,
           yAxis: [
             {
-              name: '鍒╃敤鐜�',
+              name: 'TEEP',
               value: this.first7DaysEfficiencyData.dataList.map(item => item.utilizationRate)
             },
             {
@@ -672,7 +672,7 @@
               value: this.first7DaysEfficiencyData.dataList.map(item => item.openRate)
             }
           ],
-          yAxisName: '鍓�7澶╁埄鐢ㄧ巼(%)'
+          yAxisName: '鍓�7澶㏕EEP(%)'
         }
         let legendData = []
         let seriesData = []
@@ -953,8 +953,8 @@
             }
           })
           .finally(() => {
-            option.title.text = moment().subtract(1, 'days').format('M鏈圖鏃�') + `鍒╃敤鐜嘸
-            option.series[0].name = '鍒╃敤鐜�'
+            option.title.text = moment().subtract(1, 'days').format('M鏈圖鏃�') + `TEEP`
+            option.series[0].name = 'TEEP'
             option.series[0].data = [this.gaugeChartData.utilizationRate]
             this.gaugeChart1.setOption(option, true)
             this.gaugeChart1.hideLoading()

--
Gitblit v1.9.3