소스 검색

fix:亮度控开关

anxiaoxia 2 주 전
부모
커밋
efcdfffd75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/envmonitor/taiguv1/components/Lamp/LightMore.vue

+ 1 - 1
src/views/envmonitor/taiguv1/components/Lamp/LightMore.vue

@@ -58,7 +58,7 @@
         <div class="light-bottom">
             <div
                 class="item-box"
-                :class="item.valueSwitch ? 'light-box-active ' : ''"
+                :class="item.brightValue ? 'light-box-active ' : ''"
                 v-for="(item, index) in lampList"
             >
                 <div class="name">{{ item.localName }}</div>