소스 검색

no message

XAWDJ0277HWXPT2\Administrator 5 년 전
부모
커밋
3eb2b35e6b
6개의 변경된 파일11개의 추가작업 그리고 11개의 파일을 삭제
  1. 1 1
      web/index.html
  2. 2 2
      web/js/app.f5b8f8d2.js
  3. 1 1
      web/js/app.f5b8f8d2.js.map
  4. 2 2
      web/js/chunk-a80ca5cc.1ae54b81.js
  5. 1 1
      web/js/chunk-a80ca5cc.1ae54b81.js.map
  6. 4 4
      webConfig/src/views/projectManagement.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
web/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
web/js/app.f5b8f8d2.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
web/js/app.f5b8f8d2.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
web/js/chunk-a80ca5cc.1ae54b81.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
web/js/chunk-a80ca5cc.1ae54b81.js.map


+ 4 - 4
webConfig/src/views/projectManagement.vue

@@ -1384,7 +1384,7 @@
 
                     {model:'second_light_time',label:'LoadTime2',unit:'(HH:MM)',type:'timeSelect'},
                     {model:'second_light_human_power',label:'LoadSensorOnPower2',unit:'(%)',type:'select',option:'light_power'},
-                    {model:'second_light_unman_power',label:'LoadSensorOffPower2',unit:'(%)',type:'select',option:'timeListEN'},
+                    {model:'second_light_unman_power',label:'LoadSensorOffPower2',unit:'(%)',type:'select',option:'light_power'},
 
                     {model:'third_light_time',label:'LoadTime3',unit:'(HH:MM)',type:'timeSelect'},
                     {model:'third_light_human_power',label:'LoadSensorOnPower3',unit:'%',type:'select',option:'light_power'},
@@ -1942,9 +1942,9 @@
                         name:val.toFixed(1),
                     })
                 }
-                /*light_power 功率*/
-                if(i<=20){
-                    let val = (i*5)+'';
+                /*light_power 亮度*/
+                if(i<=100){
+                    let val = (i)+'';
                     this.option.light_power.push({
                         id:val,
                         name:val,