Browse Source

增加模拟数据

sunzehao 2 weeks ago
parent
commit
b430d74e63
2 changed files with 47 additions and 2 deletions
  1. 8 2
      src/components/lightDetial/index.vue
  2. 39 0
      src/views/Home/components/map.vue

+ 8 - 2
src/components/lightDetial/index.vue

@@ -138,8 +138,8 @@ export default {
       wtname: "",
       wtInfo: {},
       colorList: [
-        "blue",
-        "blue",
+        // "blue",
+        // "blue",
         "green",
         "green",
         "red",
@@ -395,6 +395,12 @@ export default {
   flex-direction: column;
   color: #fff;
   font-size: 16px;
+  .wt-text{
+    color: #05bb4c;
+  }
+  .wt-alarm{
+    color: #05bb4c;
+  }
   .wt-row {
     display: flex;
     width: 100%;

+ 39 - 0
src/views/Home/components/map.vue

@@ -1461,6 +1461,45 @@ export default {
     this.StationinformationData = dataJson.StationinformationData
     this.powerDataHome = dataJson.powerDataHome
     this.CurveValues = dataJson.Powertrend.value;
+    this.barList = [
+        {
+            name: "时间",
+            value: [
+                {
+                    dateTime: "09-09 02:00:00"
+                },
+                {
+                    dateTime: "09-10 02:00:00"
+                },
+                {
+                    dateTime: "09-11 02:00:00"
+                },
+                {
+                    dateTime: "09-12 02:00:00"
+                },
+                {
+                    dateTime: "09-13 02:00:00"
+                },
+                {
+                    dateTime: "09-14 02:00:00"
+                },
+                {
+                    dateTime: "09-15 02:00:00"
+                },
+                {
+                    dateTime: "09-16 02:00:00"
+                },
+            ]
+        },
+        {
+          name: "测试1",
+          value: [147,258,369,123,456,789,159,357],
+        },
+        {
+          name: "测试2",
+          value: [47,28,69,23,46,79,59,57],
+        },
+    ]
   },
   // 函数
   methods: {