From 698bbdfcbbe4939b0427c022eea67e45f58fd253 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 18 十一月 2025 15:51:21 +0800
Subject: [PATCH] Merge branch 'new' of http://www.beijingsoft.cn:9090/r/smart-web into new

---
 src/views/mdc/components/StationLiveSpeed.vue |   31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/src/views/mdc/components/StationLiveSpeed.vue b/src/views/mdc/components/StationLiveSpeed.vue
index d74c4b1..0991dd1 100644
--- a/src/views/mdc/components/StationLiveSpeed.vue
+++ b/src/views/mdc/components/StationLiveSpeed.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-04-18 21:52:18
- * @LastEditors: gaoshp
- * @LastEditTime: 2024-11-12 19:54:19
+ * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
+ * @LastEditTime: 2025-11-18 14:02:28
  * @FilePath: /cps-web/src/views/mdc/components/StationLiveSpeed.vue
 -->
 <template>
@@ -44,6 +44,7 @@
     },
     data() {
         return {
+            isspeed: false,
             input: '',
             option: {
                 graphic: {
@@ -116,18 +117,18 @@
     },
     methods: {
         query() {
-            // if(this.dmpList.length == 0) return;
-            // var a,b,c;
-            // this.dmpList.forEach(item=> {
-            //     if(item.dpName == "SpindleLoad") {
-            //         a = item.codeName;
-            //     }else if(item.dpName == "SpindleRate") {
-            //         b = item.codeName;
-            //     }else if(item.dpName == "FeedRate") {
-            //         c = item.codeName;
-            //     }
-            // })
-            // this.showCharts(a,b,c);
+            if(this.dmpList.length == 0) return;
+            var a,b,c;
+            this.dmpList.forEach(item=> {
+                if(item.dpName == "SpindleLoad") {
+                    a = item.codeName;
+                }else if(item.dpName == "SpindleRate") {
+                    b = item.codeName;
+                }else if(item.dpName == "FeedRate") {
+                    c = item.codeName;
+                }
+            })
+            this.showCharts(a,b,c);
         },
         showCharts(a, b, c) {
             var myChartA = echarts.init(this.$refs.c);
@@ -138,7 +139,7 @@
             var optionC = JSON.parse(JSON.stringify(this.option));
             optionA.graphic.style.text = ['涓昏酱璐熻浇' + a + '%',].join('\n');
             optionB.graphic.style.text = ['涓昏酱鍊嶇巼' + b + '%',].join('\n');
-            optionC.graphic.style.text = ['缁欒繘鍊嶇巼' + c + '%',].join('\n');
+            optionC.graphic.style.text = ['杩涚粰鍊嶇巼' + c + '%',].join('\n');
             optionA.series[0].data = [{ value: a }];
             optionB.series[0].data = [{ value: b }];
             optionC.series[0].data = [{ value: c }];

--
Gitblit v1.9.3