Commit bf713d19 authored by xiexingan's avatar xiexingan

调整

parent 6139f743
......@@ -16,19 +16,20 @@ card-warp(title="室内气象数据", height="45px", showBackground)
el-button(type="primary", size="mini", @click="getDataList()") 查询
.data-warp
.data-item
.type 温度
.type 平均温度
.color-blue(v-if="hcdtSnqx")
span.num(v-if="activeName == 1") {{ hcdtSnqx.temperature }}
span.num(v-else) {{ bgqySnqx.temperature }}
span.unit ℃
.data-item
.type 湿度
.type 平均湿度
.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
.type 平均CO
sub 2
.color-green(v-if="hcdtSnqx")
span.num(v-if="activeName == 1") {{ hcdtSnqx.carbon_dioxide }}
span.num(v-else) {{ bgqySnqx.carbon_dioxide }}
......
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