Commit ce6ae9a6 by guoxuejian

去除用户不需要的风机信息展示以及对应样式修改

parent 200e3bc9
......@@ -126,7 +126,7 @@
font-size: 26px;
position: fixed;
top: 6%;
left: 23%;
left: 27%;
z-index: 2;
}
......@@ -474,7 +474,7 @@
<th>告警</th>
<th>逆变器</th>
<th>箱变</th>
<th>风机</th>
<!-- <th>风机</th> -->
<th>其他设备</th>
<th>巡检工单</th>
<th>维修工单</th>
......@@ -485,7 +485,7 @@
<td id="centerWarningNum">0</td>
<td id="centerDevice1Num">0</td>
<td id="centerDevice2Num">0</td>
<td id="centerDevice3Num">0</td>
<!-- <td id="centerDevice3Num">0</td> -->
<td id="centerDevice4Num">0</td>
<td id="inspectionOrderNum">0</td>
<td id="repairOrderNum">0</td>
......@@ -1338,8 +1338,8 @@
break;
case '3':
// childContent += `<td id="centerDevice3Num">${record.deviceCount}</td>`
let centerWarning3Num = document.getElementById('centerDevice3Num')
centerWarning3Num.innerHTML = `${record.count ? record.count : 0}`
// let centerWarning3Num = document.getElementById('centerDevice3Num')
// centerWarning3Num.innerHTML = `${record.count ? record.count : 0}`
break;
case '4':
// childContent += `<td id="centerDevice4Num">${record.deviceCount}</td>`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment