...
|
...
|
@@ -91,7 +91,8 @@ export default { |
|
|
let machineRoomRes=props.machineRoomRes;
|
|
|
if(machineRoomRes != null && v.theirCabinet == machineRoomRes.theirCabinet){
|
|
|
proxy.commandNameDataItem.Uposition=machineRoomRes.startU;
|
|
|
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>')
|
|
|
proxy.commandNameDataItem.umName=machineRoomRes.theirCabinet;
|
|
|
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>')
|
|
|
}
|
|
|
if(v.alarm == '0'){
|
|
|
// 有告警信息展示方式
|
...
|
...
|
|