Browse Source

fix:亮度控开关

anxiaoxia 2 weeks ago
parent
commit
efcdfffd75
1 changed files with 1 additions and 1 deletions
  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>