From e0f0173f98b37a752359d5312b30575f44d1d8f7 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期二, 22 九月 2020 11:12:00 +0800
Subject: [PATCH] 应用安装/卸载

---
 src/pages/analysisPower/index/App.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/pages/analysisPower/index/App.vue b/src/pages/analysisPower/index/App.vue
index 9aef803..f802df9 100644
--- a/src/pages/analysisPower/index/App.vue
+++ b/src/pages/analysisPower/index/App.vue
@@ -267,7 +267,8 @@
     initFormData() {
       this.formData = {
         totalChanle: this.PollData.channelTotal,
-        realTime: this.PollData.RealTimeSum,
+        //realTime: this.PollData.RealTimeSum,
+        realTime: this.PollData.RealTimeValidCount,
         pollEnable: this.PollData.Enabled,
         pollPeriod: this.PollData.Config.poll_period,
         polling: this.PollData.PollChannelTotal,
@@ -503,7 +504,9 @@
     height: 190px;
     min-width: 1609px;
     display: flex;
-    
+    .sysinfo-box .eCharts-box{
+      width: 36%;
+    }
     .progressBar {
       width: 26%;
     }

--
Gitblit v1.8.0