|
|
|
|
@ -73,7 +73,7 @@ |
|
|
|
|
<img class="icon" src="../../../public/img/monitoring/electricity/lx.png" v-if="item.warnStatus == 2" /> |
|
|
|
|
<img class="icon" src="../../../public/img/monitoring/electricity/bj.png" v-else /> |
|
|
|
|
<span class="message" :style="{ color: item.warnStatus == 2 ? 'white' : 'red' }" |
|
|
|
|
v-text="item.equipName"></span> |
|
|
|
|
v-text="item.name"></span> |
|
|
|
|
</div> |
|
|
|
|
<span class=""></span> |
|
|
|
|
<!-- <span class="data" :style="{ color: item.status == 90001 ? '#9D9D9D' : 'red' }">{{ item.status == 90001 ? |
|
|
|
|
@ -374,7 +374,6 @@ import { |
|
|
|
|
mapUpdate, |
|
|
|
|
mapViewerCamera, |
|
|
|
|
setCameraStatus, |
|
|
|
|
recoveryWarn,//恢复告警 |
|
|
|
|
} from "../../util/bfHelper"; |
|
|
|
|
import * as commonValue from "../../util/commonValue"; |
|
|
|
|
import echarts from "./echarts1"; |
|
|
|
|
@ -393,6 +392,7 @@ import { |
|
|
|
|
getTtElectricityRight, //历史用电统计 |
|
|
|
|
getElectricWarnList, //报警列表 |
|
|
|
|
getCancelWarn,//关闭报警 |
|
|
|
|
recoveryWarn,//恢复告警 |
|
|
|
|
} from "@/api/garden/monitoring"; |
|
|
|
|
import bfHelperState from "../../store/modules/bfHelperState"; |
|
|
|
|
export default { |
|
|
|
|
|