소스 검색

改变受累和离线状态颜色

mw_666 3 년 전
부모
커밋
701eadcdaf
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/LightMatrix3/LightMatrix3.vue

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

@@ -401,11 +401,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";
       }
     },