Commit a4b05ab3 authored by co_dengxiongwen's avatar co_dengxiongwen

页面调整

parent 636a814a
...@@ -28,8 +28,8 @@ card-warp(title="室内气象数据", height="45px", showBackground) ...@@ -28,8 +28,8 @@ card-warp(title="室内气象数据", height="45px", showBackground)
.data-item .data-item
.type CO2 .type CO2
.color-green .color-green
span.num(v-if="activeName == 1") {{ hcdtSnqx.carbonDioxide }} span.num(v-if="activeName == 1") {{ hcdtSnqx.carbon_dioxide }}
span.num(v-else) {{ bgqySnqx.carbonDioxide }} span.num(v-else) {{ bgqySnqx.carbon_dioxide }}
span.unit PPM span.unit PPM
el-table( el-table(
size="mini", size="mini",
...@@ -160,11 +160,9 @@ export default { ...@@ -160,11 +160,9 @@ export default {
watch: {}, watch: {},
mounted() { mounted() {
this.getDataList() this.getDataList()
// this.hcdtSnqx.temperature = this.$store.state.d2admin.paramsList.list.hcdtSnqx.temperature
}, },
methods: { methods: {
tabClick(tab, event) { tabClick(tab, event) {
// console.log(tab, event)
this.getDataList() this.getDataList()
}, },
// 获取数据列表 // 获取数据列表
......
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