소스 검색

将度 改成kWh

wukai 6 달 전
부모
커밋
2bd8adb288
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main.html

+ 1 - 1
main.html

@@ -2155,7 +2155,7 @@
                         let result = '';
                         params.forEach(function (item) {
                             xv=`${item.name}<br/>`;
-                            result += ` ${item.marker} ${item.seriesName}:  ${item.value}()<br/>`;
+                            result += ` ${item.marker} ${item.seriesName}:  ${item.value}(kWh)<br/>`;
                         });
                         return xv+result;
                     }