|
|
|
@ -71,7 +71,8 @@
|
|
|
|
<span style="margin-right: 28px;"> {{ i.monitorUnitName }} </span>
|
|
|
|
<span style="margin-right: 28px;"> {{ i.monitorUnitName }} </span>
|
|
|
|
<!-- <el-tag :type="i.alarmStatus === 1 ?'success' : 'danger'">{{ i.alarmStatus === 1 ? '正常' : '异常' }}</el-tag>-->
|
|
|
|
<!-- <el-tag :type="i.alarmStatus === 1 ?'success' : 'danger'">{{ i.alarmStatus === 1 ? '正常' : '异常' }}</el-tag>-->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="img" :style="'background-image: url('+(i.monitorPic ? i.monitorPic :defaultImg)+');'"></div>
|
|
|
|
<div class="img"
|
|
|
|
|
|
|
|
:style="`background-image: url('${i.monitorPic ? encodeURI(i.monitorPic) :defaultImg}')`"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|