Browse Source

表格无数据白底更新

xushili 3 năm trước cách đây
mục cha
commit
876cee5478

+ 4 - 4
src/assets/script/UniformCodes.js

@@ -2837,13 +2837,13 @@ export default class UniformCodes {
                 "name": "发电机转速",
                 "num": "3",
                 "code": "AI128",
-                "unit": "rp"
+                "unit": "rpm"
               },
               {
                 "name": "转子转速",
                 "num": "4",
                 "code": "AI017",
-                "unit": "rp"
+                "unit": "rpm"
               },
               {
                 "name": "偏航位置",
@@ -3762,13 +3762,13 @@ export default class UniformCodes {
                 "name": "发电机转速",
                 "num": "3",
                 "code": "AI128",
-                "unit": "rp"
+                "unit": "rpm"
               },
               {
                 "name": "转子转速",
                 "num": "4",
                 "code": "AI300",
-                "unit": "rp"
+                "unit": "rpm"
               },
               {
                 "name": "偏航位置",

+ 6 - 0
src/assets/style/main.css

@@ -86,4 +86,10 @@ body,
   .el-table--border td,.el-table--border th {
     border-right:1px solid rgb(36,36,36);
   
+  }
+  .el-table__body-wrapper{
+    background-color: black;
+  }
+  .el-table__empty-text{
+    color: black;
   }

+ 2 - 2
src/components/StatusBar.vue

@@ -277,7 +277,7 @@ export default {
       this.defectData = bd.Defects;
       this.malfunctionData = bd.Failure;
       this.accidentData = bd.Accidents;
-      if (this.accidentData.length <= 0) {
+/*       if (this.accidentData.length <= 0) {
         this.accidentData = [
           { lastUpdateTime: "-", stationName: "-", alertText: "-" },
         ];
@@ -296,7 +296,7 @@ export default {
         this.malfunctionData = [
           { lastUpdateTime: "-", stationName: "-", alertText: "-" },
         ];
-      }
+      } */
 
     },
   },

+ 2 - 1
src/components/area/AlarmArea.vue

@@ -64,7 +64,8 @@ export default {
   props: {},
   data() {
     return {
-      values: ['-','-','-','-','-','-'],
+
+      values: new Array(),
       dialogVisible:false,
       currentWindturbine: {},
     };