Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
葛齐林
energyai_vue
Commits
d3e9e655
Commit
d3e9e655
authored
Apr 22, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab.suntrayoa.com:geqilin/energyai_vue into dev
parents
e284acd5
86bca7b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
30 deletions
+30
-30
query-detail.vue
src/pages/eq/view/query-detail.vue
+30
-30
No files found.
src/pages/eq/view/query-detail.vue
View file @
d3e9e655
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
.info-state
.info-state
span(style="font-weight: bold") 设备运行状态
span(style="font-weight: bold") 设备运行状态
div(v-if="this.params.length && this.params[0].electric_energy")
div(v-if="this.params.length && this.params[0].electric_energy")
span.type 电量:
span.type 电量
(kwh)
:
span.value
{{
params
[
0
].
electric_energy
}}
span.value
{{
params
[
0
].
electric_energy
}}
div(v-if="this.params.length && this.params[0].current_frequency")
div(v-if="this.params.length && this.params[0].current_frequency")
span.type 当前频率:
span.type 当前频率:
...
@@ -66,64 +66,64 @@
...
@@ -66,64 +66,64 @@
span.type 热水模式:
span.type 热水模式:
span.value
{{
params
[
0
].
hot_water_mode
}}
span.value
{{
params
[
0
].
hot_water_mode
}}
div(v-if="this.params.length && this.params[0].water_supply_temperature")
div(v-if="this.params.length && this.params[0].water_supply_temperature")
span.type 供水温度:
span.type 供水温度
(℃)
:
span.value
{{
params
[
0
].
water_supply_temperature
}}
℃
span.value
{{
params
[
0
].
water_supply_temperature
}}
div(v-if="this.params.length && this.params[0].return_water_temperature")
div(v-if="this.params.length && this.params[0].return_water_temperature")
span.type 回水温度:
span.type 回水温度
(℃)
:
span.value
{{
params
[
0
].
return_water_temperature
}}
℃
span.value
{{
params
[
0
].
return_water_temperature
}}
div(v-if="this.params.length && this.params[0].heating_start_temperature")
div(v-if="this.params.length && this.params[0].heating_start_temperature")
span.type 制热启动温度:
span.type 制热启动温度
(℃)
:
span.value
{{
params
[
0
].
heating_start_temperature
}}
℃
span.value
{{
params
[
0
].
heating_start_temperature
}}
div(v-if="this.params.length && this.params[0].heating_stop_temperature")
div(v-if="this.params.length && this.params[0].heating_stop_temperature")
span.type 制热停止温度:
span.type 制热停止温度
(℃)
:
span.value
{{
params
[
0
].
heating_stop_temperature
}}
℃
span.value
{{
params
[
0
].
heating_stop_temperature
}}
div(v-if="this.params.length && this.params[0].indoor_ambient_temperature")
div(v-if="this.params.length && this.params[0].indoor_ambient_temperature")
span.type 室内环境温度:
span.type 室内环境温度
(℃)
:
span.value
{{
params
[
0
].
indoor_ambient_temperature
}}
℃
span.value
{{
params
[
0
].
indoor_ambient_temperature
}}
div(v-if="this.params.length && this.params[0].outlet_temperature")
div(v-if="this.params.length && this.params[0].outlet_temperature")
span.type 出风温度:
span.type 出风温度
(℃)
:
span.value
{{
params
[
0
].
outlet_temperature
}}
℃
span.value
{{
params
[
0
].
outlet_temperature
}}
div(v-if="this.params.length && this.params[0].return_air_temperature")
div(v-if="this.params.length && this.params[0].return_air_temperature")
span.type 回风温度:
span.type 回风温度
(℃)
:
span.value
{{
params
[
0
].
return_air_temperature
}}
℃
span.value
{{
params
[
0
].
return_air_temperature
}}
div(v-if="this.params.length && this.params[0].hot_air_start_temperature")
div(v-if="this.params.length && this.params[0].hot_air_start_temperature")
span.type 热风启动温度:
span.type 热风启动温度
(℃)
:
span.value
{{
params
[
0
].
hot_air_start_temperature
}}
℃
span.value
{{
params
[
0
].
hot_air_start_temperature
}}
div(v-if="this.params.length && this.params[0].hot_air_stop_temperature")
div(v-if="this.params.length && this.params[0].hot_air_stop_temperature")
span.type 热风停止温度:
span.type 热风停止温度
(℃)
:
span.value
{{
params
[
0
].
hot_air_stop_temperature
}}
℃
span.value
{{
params
[
0
].
hot_air_stop_temperature
}}
div(v-if="this.params.length && this.params[0].temperature")
div(v-if="this.params.length && this.params[0].temperature")
span.type 温度:
span.type 温度
(℃)
:
span.value
{{
params
[
0
].
temperature
}}
℃
span.value
{{
params
[
0
].
temperature
}}
div(v-if="this.params.length && this.params[0].humidity")
div(v-if="this.params.length && this.params[0].humidity")
span.type 湿度:
span.type 湿度
(%RH)
:
span.value
{{
params
[
0
].
humidity
}}
span.value
{{
params
[
0
].
humidity
}}
div(v-if="this.params.length && this.params[0].wind_speed")
div(v-if="this.params.length && this.params[0].wind_speed")
span.type 风速:
span.type 风速
(m/s)
:
span.value
{{
params
[
0
].
wind_speed
}}
span.value
{{
params
[
0
].
wind_speed
}}
div(v-if="this.params.length && this.params[0].wind_direction")
div(v-if="this.params.length && this.params[0].wind_direction")
span.type 风向:
span.type 风向:
span.value
{{
params
[
0
].
wind_direction
}}
span.value
{{
params
[
0
].
wind_direction
}}
div(v-if="this.params.length && this.params[0].Illuminance")
div(v-if="this.params.length && this.params[0].Illuminance")
span.type 光照度:
span.type 光照度
(Lux)
:
span.value
{{
params
[
0
].
Illuminance
}}
span.value
{{
params
[
0
].
Illuminance
}}
div(v-if="this.params.length && this.params[0].carbon_dioxide")
div(v-if="this.params.length && this.params[0].carbon_dioxide")
span.type CO2:
span.type CO2
(PPM)
:
span.value
{{
params
[
0
].
carbon_dioxide
}}
span.value
{{
params
[
0
].
carbon_dioxide
}}
div(v-if="this.params.length && this.params[0].fine_particles")
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
}}
span.value
{{
params
[
0
].
fine_particles
}}
div(v-if="this.params.length && this.params[0].radiation")
div(v-if="this.params.length && this.params[0].radiation")
span.type 辐射:
span.type 辐射
(w/m)
:
span.value
{{
params
[
0
].
radiation
}}
span.value
{{
params
[
0
].
radiation
}}
div(v-if="this.params.length && this.params[0].setting_temperature")
div(v-if="this.params.length && this.params[0].setting_temperature")
span.type 设定温度:
span.type 设定温度
(℃)
:
span.value
{{
params
[
0
].
setting_temperature
}}
℃
span.value
{{
params
[
0
].
setting_temperature
}}
div(v-if="this.params.length && this.params[0].setting_mode")
div(v-if="this.params.length && this.params[0].setting_mode")
span.type 设定模式:
span.type 设定模式:
span.value
{{
params
[
0
].
setting_mode
}}
span.value
{{
params
[
0
].
setting_mode
}}
div(v-if="this.params.length && this.params[0].setting_wind_speed")
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
}}
span.value
{{
params
[
0
].
setting_wind_speed
}}
</
template
>
</
template
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment