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
2ccacb7a
Commit
2ccacb7a
authored
Apr 19, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
92fedc75
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
22 deletions
+32
-22
enTable.vue
src/pages/components/enTable.vue
+1
-1
config.js
src/pages/eq/hall/config.js
+16
-6
query-detail.vue
src/pages/eq/view/query-detail.vue
+12
-12
index.vue
src/pages/kb/indoor/index.vue
+3
-3
No files found.
src/pages/components/enTable.vue
View file @
2ccacb7a
<
template
>
<div
class=
"en-table"
>
<el-table
border
stripe
:data=
"tableData"
style=
"width: 100%"
...
...
@@ -29,6 +28,7 @@
v-if=
"isShowOp"
align=
"center"
label=
"操作"
fixed=
'right'
:width=
"opNum * 65"
>
<
template
slot-scope=
"scope"
>
...
...
src/pages/eq/hall/config.js
View file @
2ccacb7a
...
...
@@ -2,7 +2,8 @@
{
align
:
'center'
,
prop
:
'name'
,
label
:
'设备名称'
label
:
'设备名称'
,
width
:
180
},
{
align
:
'center'
,
...
...
@@ -37,17 +38,22 @@
{
align
:
'center'
,
prop
:
'heating_start_temperature'
,
label
:
'制热启动温度'
label
:
'制热启动温度'
,
width
:
120
},
{
align
:
'center'
,
prop
:
'heating_stop_temperature'
,
label
:
'制热停止温度'
label
:
'制热停止温度'
,
width
:
120
},
{
align
:
'center'
,
prop
:
'indoor_ambient_temperature'
,
label
:
'室内环境温度'
label
:
'室内环境温度'
,
width
:
120
},
{
align
:
'center'
,
...
...
@@ -62,12 +68,16 @@
{
align
:
'center'
,
prop
:
'hot_air_start_temperature'
,
label
:
'热风启动温度'
label
:
'热风启动温度'
,
width
:
120
},
{
align
:
'center'
,
prop
:
'hot_air_stop_temperature'
,
label
:
'热风停止温度'
label
:
'热风停止温度'
,
width
:
120
},
{
align
:
'center'
,
...
...
src/pages/eq/view/query-detail.vue
View file @
2ccacb7a
...
...
@@ -59,34 +59,34 @@
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.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.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.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.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.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.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.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.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.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.value
{{
params
[
0
].
temperature
}}
℃
div(v-if='this.params.length&&this.params[0].humidity')
span.type 湿度:
span.value
{{
params
[
0
].
humidity
}}
...
...
@@ -110,7 +110,7 @@
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.value
{{
params
[
0
].
setting_temperature
}}
℃
div(v-if='this.params.length&&this.params[0].setting_mode')
span.type 设定模式:
span.value
{{
params
[
0
].
setting_mode
}}
...
...
@@ -245,7 +245,7 @@ export default {
font-size
:
14px
;
margin
:
5px
0
0
10px
;
display
:
inline-block
;
width
:
8
5px
;
width
:
10
5px
;
}
.value
{
color
:
#47b320
;
...
...
src/pages/kb/indoor/index.vue
View file @
2ccacb7a
...
...
@@ -15,19 +15,19 @@ card-warp(title="室内气象数据", height="45px", showBackground)
.data-warp
.data-item
.type 温度
.color-blue
.color-blue
(v-if='hcdtSnqx')
span.num(v-if="activeName == 1")
{{
hcdtSnqx
.
temperature
}}
span.num(v-else)
{{
bgqySnqx
.
temperature
}}
span.unit ℃
.data-item
.type 湿度
.color-cyan
.color-cyan
(v-if='hcdtSnqx')
span.num(v-if="activeName == 1")
{{
hcdtSnqx
.
humidity
}}
span.num(v-else)
{{
bgqySnqx
.
humidity
}}
span.unit %RH
.data-item
.type CO2
.color-green
.color-green
(v-if='hcdtSnqx')
span.num(v-if="activeName == 1")
{{
hcdtSnqx
.
carbon_dioxide
}}
span.num(v-else)
{{
bgqySnqx
.
carbon_dioxide
}}
span.unit PPM
...
...
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