Commit a4b05ab3 authored by co_dengxiongwen's avatar co_dengxiongwen

页面调整

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