Browse Source

Merge branch 'mw2' of ssh://61.161.152.110:29418/electronic-map into tjj2

darker 3 years ago
parent
commit
0ec62ced56
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/LightMatrix3/LightMatrix3.vue

+ 3 - 3
src/views/LightMatrix3/LightMatrix3.vue

@@ -1036,11 +1036,11 @@ export default {
         case 9: // 离线
           return "orange";
         case 10: // 电网受累
-          return "gray";
+          return "black";
         case 11: // 环境受累
-          return "gray";
-        case 12: // 离线
           return "black";
+        case 12: // 离线
+          return "gray";
       }
     },