Merge branch 'master-v32-xwx' into 'master'
[909] 活动告警显示硬件设备告警信息3# See merge request !559
Showing
3 changed files
with
4 additions
and
3 deletions
@@ -91,7 +91,8 @@ export default { | @@ -91,7 +91,8 @@ export default { | ||
91 | let machineRoomRes=props.machineRoomRes; | 91 | let machineRoomRes=props.machineRoomRes; |
92 | if(machineRoomRes != null && v.theirCabinet == machineRoomRes.theirCabinet){ | 92 | if(machineRoomRes != null && v.theirCabinet == machineRoomRes.theirCabinet){ |
93 | proxy.commandNameDataItem.Uposition=machineRoomRes.startU; | 93 | proxy.commandNameDataItem.Uposition=machineRoomRes.startU; |
94 | - info.find(`td[name="${v.theirCabinet}"]`).prepend('<i class="el-icon-arrow-down" style="position:absolute;left:0;right:0;top:-15px;color:#1e9fff;"></i>') | 94 | + proxy.commandNameDataItem.umName=machineRoomRes.theirCabinet; |
95 | + info.find(`td[name="${v.theirCabinet}"]`).prepend('<i class="el-icon-s-flag" style="position:absolute;left:0;right:0;top:-18px;color:#1e9fff;"></i>') | ||
95 | } | 96 | } |
96 | if(v.alarm == '0'){ | 97 | if(v.alarm == '0'){ |
97 | // 有告警信息展示方式 | 98 | // 有告警信息展示方式 |
@@ -33,7 +33,7 @@ | @@ -33,7 +33,7 @@ | ||
33 | </div> | 33 | </div> |
34 | </div> | 34 | </div> |
35 | </div> | 35 | </div> |
36 | - <i v-if="UpositionBottom!=-1" class="el-icon-arrow-left" :style="'position: absolute;right:-12px;color:#1e9fff;bottom:'+UpositionBottom+'px;'"></i> | 36 | + <i v-if="UpositionBottom!=-1 && machineData.umName == detailData.name" class="el-icon-s-flag" :style="'position: absolute;right:-15px;color:#1e9fff;bottom:'+UpositionBottom+'px;'"></i> |
37 | </div> | 37 | </div> |
38 | </div> | 38 | </div> |
39 | <!-- 右侧机柜详细信息 --> | 39 | <!-- 右侧机柜详细信息 --> |
1 | <!--机房布局--> | 1 | <!--机房布局--> |
2 | -<div style="margin-left: 15px;margin-top: 6px; "> | 2 | +<div class="dataCenter-container" style="background-image: url(/h5/machineroom/img/img-beijing-dp.png);height: 100%;padding: 10px"> |
3 | <GetMachineRoom v-if="commandNameData" :commandNameData="commandNameData" :machineRoomRes="machineRoomRes"></GetMachineRoom> | 3 | <GetMachineRoom v-if="commandNameData" :commandNameData="commandNameData" :machineRoomRes="machineRoomRes"></GetMachineRoom> |
4 | </div> | 4 | </div> |
5 | 5 |
-
Please register or login to post a comment