|
@@ -34,7 +34,7 @@
|
|
|
<el-tabs v-model="activeName" type='card' @tab-click="tabClick">
|
|
|
<template v-for="(item,index) in tabsList">
|
|
|
<el-tab-pane :name="item.code" :key="index">
|
|
|
- <span slot="label"><i class="el-icon-warning-outline" v-if="item.count>0"
|
|
|
+ <span slot="label"><i class="el-icon-warning-outline" v-if="item.count>0"
|
|
|
style="color:red;margin-right:10px;"></i>{{ item.name }}</span>
|
|
|
</el-tab-pane>
|
|
|
</template>
|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
// 获取受影响统计
|
|
|
getInfected(floor) {
|
|
|
let pa = {
|
|
|
- filters: `ftate=1`
|
|
|
+ filters: `state=1`
|
|
|
}
|
|
|
if (floor) {
|
|
|
pa.filters += `;floorId="${floor}"`
|
|
@@ -310,7 +310,7 @@ export default {
|
|
|
this.initMessage();
|
|
|
} else {
|
|
|
this.getInfected(this.buildFloorSelectd[1]);
|
|
|
- ///
|
|
|
+ ///
|
|
|
this.$refs.graphy.getData(this.buildFloorSelectd, this.FloorMap, this.activeTabType);
|
|
|
this.childBackParam = {}
|
|
|
}
|