Sfoglia il codice sorgente

设备监控弹窗

wy 1 anno fa
parent
commit
74b1253fab
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/equipment-monitoring/index.vue

+ 1 - 1
src/views/equipment-monitoring/index.vue

@@ -318,7 +318,7 @@
                 maxlength="4"
                 @input="handleEdit"
               ></el-input>
-              <span class="kwh">{{ setType == 2 ?'%':'kWh' }}</span>
+              <span class="kwh">{{ setType == 2 ?'%': setType == 3 ?'A':'kWh' }}</span>
             </el-form-item>
           </el-form>
         </div>