1
|
<el-divider/>
|
1
|
<el-divider/>
|
2
|
-<div class="d-flex" v-model="dialTest">
|
|
|
3
|
- <div class="d-flex align-center" style="width: 300px;justify-content: center;">
|
2
|
+<div class="d-flex" v-model="cardList">
|
|
|
3
|
+ <div class="d-flex align-center" style="width: 187px;padding-left: 113px;">
|
4
|
<!--<span style="width: 10px;height: 10px;background-color: red;border-radius: 50%"> </span>-->
|
4
|
<!--<span style="width: 10px;height: 10px;background-color: red;border-radius: 50%"> </span>-->
|
5
|
<i class="iconfont icon-dian" style="font-size: 32px;color: red;"/>
|
5
|
<i class="iconfont icon-dian" style="font-size: 32px;color: red;"/>
|
6
|
- <img class="m-l-6" src="../src/style/img/fault/base/resType/数据库.png">
|
|
|
7
|
- <a class="m-l-6">数据库</a>
|
6
|
+ <img class="m-l-6" :src="'../src/style/img/fault/base/resType/'+cardList.resClass+'.png'" >
|
|
|
7
|
+ <a class="m-l-6">{{cardList.resClassName}}</a>
|
8
|
</div>
|
8
|
</div>
|
9
|
<div>
|
9
|
<div>
|
10
|
<div class="d-flex align-left">
|
10
|
<div class="d-flex align-left">
|
11
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;">
|
11
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;">
|
12
|
<img src="../src/style/img/disRes.png">
|
12
|
<img src="../src/style/img/disRes.png">
|
13
|
<span style="margin: 0px 6px 0px 6px;width: 95px">诊断资源</span>
|
13
|
<span style="margin: 0px 6px 0px 6px;width: 95px">诊断资源</span>
|
14
|
- <h>{{dialTest && dialTest.diagnosticResources ?dialTest.diagnosticResources:0}}</h>
|
14
|
+ <h>{{cardList && cardList.diagnosticResources ?cardList.diagnosticResources:0}}</h>
|
15
|
</div>
|
15
|
</div>
|
16
|
|
|
16
|
|
|
17
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;">
|
17
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;">
|
18
|
<img src="../src/style/img/disKpi.png">
|
18
|
<img src="../src/style/img/disKpi.png">
|
19
|
<span style="margin: 0px 6px 0px 6px;width: 95px">诊断指标</span>
|
19
|
<span style="margin: 0px 6px 0px 6px;width: 95px">诊断指标</span>
|
20
|
- <h>{{dialTest && dialTest.diagnosticIndicators ?dialTest.diagnosticIndicators:0}}</h>
|
20
|
+ <h>{{cardList && cardList.diagnosticIndicators ?cardList.diagnosticIndicators:0}}</h>
|
21
|
</div>
|
21
|
</div>
|
22
|
|
|
22
|
|
|
23
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;">
|
23
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;">
|
24
|
<img src="../src/style/img/disItem.png">
|
24
|
<img src="../src/style/img/disItem.png">
|
25
|
<span style="margin: 0px 6px 0px 6px;width: 95px">诊断项</span>
|
25
|
<span style="margin: 0px 6px 0px 6px;width: 95px">诊断项</span>
|
26
|
- <h>{{dialTest && dialTest.diagnosticItem ?dialTest.diagnosticItem:0}}</h>
|
26
|
+ <h>{{cardList && cardList.diagnosticItem ?cardList.diagnosticItem:0}}</h>
|
27
|
</div>
|
27
|
</div>
|
28
|
</div>
|
28
|
</div>
|
29
|
<div style="text-align: left;display: flex;margin-top: 10px;">
|
29
|
<div style="text-align: left;display: flex;margin-top: 10px;">
|
30
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: yellowgreen">
|
30
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: yellowgreen">
|
31
|
<img src="../src/style/img/success.png">
|
31
|
<img src="../src/style/img/success.png">
|
32
|
<span style="margin: 0px 6px 0px 6px;width: 95px;">正常</span>
|
32
|
<span style="margin: 0px 6px 0px 6px;width: 95px;">正常</span>
|
33
|
- <h style="font-size: 20px">{{dialTest && dialTest.normal ?dialTest.normal:0}}</h>
|
33
|
+ <h style="font-size: 20px">{{cardList && cardList.normal ?cardList.normal:0}}</h>
|
34
|
</div>
|
34
|
</div>
|
35
|
|
|
35
|
|
|
36
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #f8d305">
|
36
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #f8d305">
|
37
|
<img src="../src/style/img/error.png">
|
37
|
<img src="../src/style/img/error.png">
|
38
|
<span style="margin: 0px 6px 0px 6px;width: 95px;"> 异常</span>
|
38
|
<span style="margin: 0px 6px 0px 6px;width: 95px;"> 异常</span>
|
39
|
- <h style="font-size: 20px">{{dialTest && dialTest.abnormal ?dialTest.abnormal:0}}</h>
|
39
|
+ <h style="font-size: 20px">{{cardList && cardList.abnormal ?cardList.abnormal:0}}</h>
|
40
|
</div>
|
40
|
</div>
|
41
|
|
|
41
|
|
|
42
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: red">
|
42
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: red">
|
43
|
<img src="../src/style/img/fault/base/alarm.png">
|
43
|
<img src="../src/style/img/fault/base/alarm.png">
|
44
|
<span style="margin: 0px 6px 0px 6px;width: 95px;"> 告警</span>
|
44
|
<span style="margin: 0px 6px 0px 6px;width: 95px;"> 告警</span>
|
45
|
- <h style="font-size: 20px">{{dialTest && dialTest.abnormal ?dialTest.abnormal:0}}</h>
|
45
|
+ <h style="font-size: 20px">{{cardList && cardList.abnormal ?cardList.abnormal:0}}</h>
|
46
|
</div>
|
46
|
</div>
|
47
|
</div>
|
47
|
</div>
|
48
|
</div>
|
48
|
</div>
|
|
@@ -53,7 +53,7 @@ |
|
@@ -53,7 +53,7 @@ |
53
|
</div>
|
53
|
</div>
|
54
|
<div v-if="cardOpen"
|
54
|
<div v-if="cardOpen"
|
55
|
style="margin-top: 10px;background-color: whitesmoke;display: flex;justify-content: flex-start;flex-wrap: wrap;padding: 6px;">
|
55
|
style="margin-top: 10px;background-color: whitesmoke;display: flex;justify-content: flex-start;flex-wrap: wrap;padding: 6px;">
|
56
|
- <div v-for="item in 10" style="width: 25%">
|
56
|
+ <div v-for="item in cardList.faultFixInfoList" style="width: 25%">
|
57
|
<div style="min-width: 338px;height: 160px;background: url(../src/style/img/fault/base/bg.png) no-repeat;background-size: 100% 100%;padding-top: 10px;">
|
57
|
<div style="min-width: 338px;height: 160px;background: url(../src/style/img/fault/base/bg.png) no-repeat;background-size: 100% 100%;padding-top: 10px;">
|
58
|
<el-row style="height: 70px;padding: 10px 30px;">
|
58
|
<el-row style="height: 70px;padding: 10px 30px;">
|
59
|
<el-col :span="4" style="line-height: 55px;">
|
59
|
<el-col :span="4" style="line-height: 55px;">
|