...
|
...
|
@@ -7,38 +7,38 @@ |
|
|
</div>
|
|
|
<div>
|
|
|
<div class="d-flex align-left">
|
|
|
<div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px">
|
|
|
<div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
|
|
|
<img src="../src/style/img/fault/disRes.png">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 105px">诊断资源</span>
|
|
|
<h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(cardList,'diagnosticResources')}}</h>
|
|
|
</div>
|
|
|
|
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px">
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
|
|
|
<img src="../src/style/img/fault/disKpi.png">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span>
|
|
|
<h class="text-link" @click="openKpiList()">{{getFaultItemValue(cardList,'diagnosticIndicators')}}</h>
|
|
|
</div>
|
|
|
|
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px">
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
|
|
|
<img src="../src/style/img/fault/disItem.png">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 105px">诊断项</span>
|
|
|
<h class="text-link" @click="openDiagnosticItem('')">{{getFaultItemValue(cardList,'diagnosticItem')}}</h>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="text-align: left;display: flex;margin-top: 10px;">
|
|
|
<div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;">
|
|
|
<div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;align-items: center;">
|
|
|
<img src="../src/style/img/fault/success.png" style="width:22px;height: 22px;">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;">正常</span>
|
|
|
<h style="font-size: 20px" class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(cardList,'normal')}}</h>
|
|
|
</div>
|
|
|
|
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;">
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;align-items: center;">
|
|
|
<img src="../src/style/img/fault/error.png" style="width:22px;height: 22px;">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;"> 异常</span>
|
|
|
<h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('abnormal')">{{getFaultItemValue(cardList,'abnormal')}}</h>
|
|
|
</div>
|
|
|
|
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: red">
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: red;align-items: center;">
|
|
|
<img src="../src/style/img/fault/base/alarm.png" style="width:22px;height: 22px;">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;"> 告警</span>
|
|
|
<h style="font-size: 24px" class="text-link" @click="openAlarm()">{{getFaultItemValue(cardList,'abnormal')}}</h>
|
...
|
...
|
|