|
@@ -297,7 +297,7 @@
|
|
|
|
|
|
that.getMonitorDeviceAndDataList()
|
|
|
|
|
|
- }, 300000)
|
|
|
+ }, 20000)
|
|
|
},
|
|
|
|
|
|
|
|
@@ -567,7 +567,7 @@
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
" <h4>瞬时流速:" +
|
|
|
- (item.data.Q2 ? item.data.Q2 + "m/s" : "0m/s") +
|
|
|
+ (item.data.V1 ? item.data.V1 + "m/s" : "0m/s") +
|
|
|
"</h4>" +
|
|
|
" </div>" +
|
|
|
" </div>" +
|
|
@@ -576,7 +576,7 @@
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
" <h4>瞬时流量:" +
|
|
|
- (item.data.CQ1 ? item.data.CQ1 + "m³/s" : "0m³/s") +
|
|
|
+ (item.data.Q ? item.data.Q + "m³/s" : "0m³/s") +
|
|
|
"</h4>" +
|
|
|
" </div>" +
|
|
|
" </div>" +
|