Showing
1 changed file
with
1 additions
and
1 deletions
@@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
41 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: red;align-items: center;"> | 41 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: red;align-items: center;"> |
42 | <img src="../src/style/img/fault/base/alarm.png" style="width:22px;height: 22px;"> | 42 | <img src="../src/style/img/fault/base/alarm.png" style="width:22px;height: 22px;"> |
43 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;"> 告警</span> | 43 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;"> 告警</span> |
44 | - <h style="font-size: 24px" class="text-link" @click="openAlarm()">{{getFaultItemValue(cardList,'abnormal')}}</h> | 44 | + <h style="font-size: 24px" class="text-link" @click="openAlarm()">{{getFaultItemValue(cardList,'alarm')}}</h> |
45 | </div> | 45 | </div> |
46 | </div> | 46 | </div> |
47 | </div> | 47 | </div> |
-
Please register or login to post a comment