Selaa lähdekoodia

上傳檔案到 'static'

miacheng913 3 vuotta sitten
vanhempi
commit
36a7c7b5b7
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      static/tower.js

+ 2 - 2
static/tower.js

@@ -75,9 +75,9 @@ function tower_info(tower_str){
                     inner =' <h1 class="ms-3"><i style="  color:#0174c7;" class="fas fa-file-signature me-1"></i>中控室DSC訊號</h1>\
                     <div class="row px-0 mx-0">\
                         <div class="card col-lg-2">\
-                            <p class="data-title fw-bold">'+ obj2[i].tower_data.DCS.hotTemp + '</p>\
+                            <p class="data-title fw-bold">入水溫度</p>\
                             <div>\
-                                <h2 class="text-center">31.612</h2>\
+                                <h2 class="text-center">'+ obj2[i].tower_data.DCS.hotTemp +'</h2>\
                                 <P class="unit text-end">°C</P>\
                             </div>\
                         </div>\