Commit d3e9e655 authored by xiexingan's avatar xiexingan

Merge branch 'dev' of gitlab.suntrayoa.com:geqilin/energyai_vue into dev

parents e284acd5 86bca7b6
......@@ -54,7 +54,7 @@
.info-state
span(style="font-weight: bold") 设备运行状态
div(v-if="this.params.length && this.params[0].electric_energy")
span.type 电量:
span.type 电量(kwh)
span.value {{ params[0].electric_energy }}
div(v-if="this.params.length && this.params[0].current_frequency")
span.type 当前频率:
......@@ -66,64 +66,64 @@
span.type 热水模式:
span.value {{ params[0].hot_water_mode }}
div(v-if="this.params.length && this.params[0].water_supply_temperature")
span.type 供水温度:
span.value {{ params[0].water_supply_temperature }}
span.type 供水温度(℃)
span.value {{ params[0].water_supply_temperature }}
div(v-if="this.params.length && this.params[0].return_water_temperature")
span.type 回水温度:
span.value {{ params[0].return_water_temperature }}
span.type 回水温度(℃)
span.value {{ params[0].return_water_temperature }}
div(v-if="this.params.length && this.params[0].heating_start_temperature")
span.type 制热启动温度:
span.value {{ params[0].heating_start_temperature }}
span.type 制热启动温度(℃)
span.value {{ params[0].heating_start_temperature }}
div(v-if="this.params.length && this.params[0].heating_stop_temperature")
span.type 制热停止温度:
span.value {{ params[0].heating_stop_temperature }}
span.type 制热停止温度(℃)
span.value {{ params[0].heating_stop_temperature }}
div(v-if="this.params.length && this.params[0].indoor_ambient_temperature")
span.type 室内环境温度:
span.value {{ params[0].indoor_ambient_temperature }}
span.type 室内环境温度(℃)
span.value {{ params[0].indoor_ambient_temperature }}
div(v-if="this.params.length && this.params[0].outlet_temperature")
span.type 出风温度:
span.value {{ params[0].outlet_temperature }}
span.type 出风温度(℃)
span.value {{ params[0].outlet_temperature }}
div(v-if="this.params.length && this.params[0].return_air_temperature")
span.type 回风温度:
span.value {{ params[0].return_air_temperature }}
span.type 回风温度(℃)
span.value {{ params[0].return_air_temperature }}
div(v-if="this.params.length && this.params[0].hot_air_start_temperature")
span.type 热风启动温度:
span.value {{ params[0].hot_air_start_temperature }}
span.type 热风启动温度(℃)
span.value {{ params[0].hot_air_start_temperature }}
div(v-if="this.params.length && this.params[0].hot_air_stop_temperature")
span.type 热风停止温度:
span.value {{ params[0].hot_air_stop_temperature }}
span.type 热风停止温度(℃)
span.value {{ params[0].hot_air_stop_temperature }}
div(v-if="this.params.length && this.params[0].temperature")
span.type 温度:
span.value {{ params[0].temperature }}
span.type 温度(℃)
span.value {{ params[0].temperature }}
div(v-if="this.params.length && this.params[0].humidity")
span.type 湿度:
span.type 湿度(%RH)
span.value {{ params[0].humidity }}
div(v-if="this.params.length && this.params[0].wind_speed")
span.type 风速:
span.type 风速(m/s)
span.value {{ params[0].wind_speed }}
div(v-if="this.params.length && this.params[0].wind_direction")
span.type 风向:
span.value {{ params[0].wind_direction }}
div(v-if="this.params.length && this.params[0].Illuminance")
span.type 光照度:
span.type 光照度(Lux)
span.value {{ params[0].Illuminance }}
div(v-if="this.params.length && this.params[0].carbon_dioxide")
span.type CO2:
span.type CO2(PPM)
span.value {{ params[0].carbon_dioxide }}
div(v-if="this.params.length && this.params[0].fine_particles")
span.type PM2.5:
span.type PM2.5(ug/m)
span.value {{ params[0].fine_particles }}
div(v-if="this.params.length && this.params[0].radiation")
span.type 辐射:
span.type 辐射(w/m)
span.value {{ params[0].radiation }}
div(v-if="this.params.length && this.params[0].setting_temperature")
span.type 设定温度:
span.value {{ params[0].setting_temperature }}
span.type 设定温度(℃)
span.value {{ params[0].setting_temperature }}
div(v-if="this.params.length && this.params[0].setting_mode")
span.type 设定模式:
span.value {{ params[0].setting_mode }}
div(v-if="this.params.length && this.params[0].setting_wind_speed")
span.type 设定风速:
span.type 设定风速(m/s)
span.value {{ params[0].setting_wind_speed }}
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment