Authored by 王涛

Merge branch 'master-v32-xwx' into 'master'

故障诊断弹框名称调整



See merge request !804
@@ -115,7 +115,7 @@ export default { @@ -115,7 +115,7 @@ export default {
115 prop: 'os', 115 prop: 'os',
116 label: '操作系统', 116 label: '操作系统',
117 }] 117 }]
118 - service.sendEventDiagnoseBusinessScenarios(emit, props.faultNo,props.targetType.toLocaleLowerCase(),param,resClass); 118 + service.sendEventDiagnoseBusinessScenarios(emit, props.faultNo,props.targetType.toLocaleLowerCase(),param,resClass,'','诊断应用');
119 } 119 }
120 const openKpiList = () => { 120 const openKpiList = () => {
121 service.sendEventDiagnoseKpiList(emit, props.faultNo,props.targetType.toLocaleLowerCase()); 121 service.sendEventDiagnoseKpiList(emit, props.faultNo,props.targetType.toLocaleLowerCase());
@@ -23,32 +23,32 @@ @@ -23,32 +23,32 @@
23 <div style="width: 200px;text-align: center;color: #666666;font-size: 18px">汇总信息</div> 23 <div style="width: 200px;text-align: center;color: #666666;font-size: 18px">汇总信息</div>
24 <div> 24 <div>
25 <div class="d-flex align-left"> 25 <div class="d-flex align-left">
26 - <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"> 26 + <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
27 <img src="../src/style/img/fault/disRes.png"> 27 <img src="../src/style/img/fault/disRes.png">
28 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断业务场景</span> 28 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断业务场景</span>
29 <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h> 29 <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h>
30 </div> 30 </div>
31 | 31 |
32 - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"> 32 + <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
33 <img src="../src/style/img/fault/disKpi.png"> 33 <img src="../src/style/img/fault/disKpi.png">
34 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span> 34 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span>
35 <h class="text-link" @click="openKpiList()">{{ getFaultItemValue(dialTest,'diagnosticIndicators') }}</h> 35 <h class="text-link" @click="openKpiList()">{{ getFaultItemValue(dialTest,'diagnosticIndicators') }}</h>
36 </div> 36 </div>
37 | 37 |
38 - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"> 38 + <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
39 <img src="../src/style/img/fault/disItem.png"> 39 <img src="../src/style/img/fault/disItem.png">
40 <span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span> 40 <span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span>
41 <h class="text-link" @click="openDiagnosticItem('')">{{ getFaultItemValue(dialTest,'diagnosticItem') }}</h> 41 <h class="text-link" @click="openDiagnosticItem('')">{{ getFaultItemValue(dialTest,'diagnosticItem') }}</h>
42 </div> 42 </div>
43 </div> 43 </div>
44 <div style="text-align: left;display: flex;margin-top: 10px;"> 44 <div style="text-align: left;display: flex;margin-top: 10px;">
45 - <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;"> 45 + <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;align-items: center;">
46 <img src="../src/style/img/fault/success.png" style="width: 22px;height: 22px;"> 46 <img src="../src/style/img/fault/success.png" style="width: 22px;height: 22px;">
47 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> 47 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span>
48 <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('normal')">{{ getFaultItemValue(dialTest,'normal')}}</h> 48 <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('normal')">{{ getFaultItemValue(dialTest,'normal')}}</h>
49 </div> 49 </div>
50 | 50 |
51 - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;"> 51 + <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;align-items: center;">
52 <img src="../src/style/img/fault/error.png" style="width: 22px;height: 22px;"> 52 <img src="../src/style/img/fault/error.png" style="width: 22px;height: 22px;">
53 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> 53 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span>
54 <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('abnormal')">{{ getFaultItemValue(dialTest,'abnormal') }}</h> 54 <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('abnormal')">{{ getFaultItemValue(dialTest,'abnormal') }}</h>
@@ -23,32 +23,32 @@ @@ -23,32 +23,32 @@
23 <div style="width: 200px;text-align: center;color: #666666;font-size: 18px">汇总信息</div> 23 <div style="width: 200px;text-align: center;color: #666666;font-size: 18px">汇总信息</div>
24 <div> 24 <div>
25 <div class="d-flex align-left"> 25 <div class="d-flex align-left">
26 - <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"> 26 + <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
27 <img src="../src/style/img/fault/disRes.png"> 27 <img src="../src/style/img/fault/disRes.png">
28 <span style="margin: 0px 6px 0px 6px;width: 105px;">诊断资源</span> 28 <span style="margin: 0px 6px 0px 6px;width: 105px;">诊断资源</span>
29 <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h> 29 <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h>
30 </div> 30 </div>
31 | 31 |
32 - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"> 32 + <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
33 <img src="../src/style/img/fault/disKpi.png"> 33 <img src="../src/style/img/fault/disKpi.png">
34 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span> 34 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span>
35 <h class="text-link" @click="openKpiList()">{{getFaultItemValue(dialTest,'diagnosticIndicators')}}</h> 35 <h class="text-link" @click="openKpiList()">{{getFaultItemValue(dialTest,'diagnosticIndicators')}}</h>
36 </div> 36 </div>
37 | 37 |
38 - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"> 38 + <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
39 <img src="../src/style/img/fault/disItem.png"> 39 <img src="../src/style/img/fault/disItem.png">
40 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断项</span> 40 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断项</span>
41 <h class="text-link" @click="openDiagnosticItem('')">{{getFaultItemValue(dialTest,'diagnosticItem')}}</h> 41 <h class="text-link" @click="openDiagnosticItem('')">{{getFaultItemValue(dialTest,'diagnosticItem')}}</h>
42 </div> 42 </div>
43 </div> 43 </div>
44 <div style="text-align: left;display: flex;margin-top: 10px;"> 44 <div style="text-align: left;display: flex;margin-top: 10px;">
45 - <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;"> 45 + <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;align-items: center;">
46 <img src="../src/style/img/fault/success.png" style="width: 22px;height: 22px"> 46 <img src="../src/style/img/fault/success.png" style="width: 22px;height: 22px">
47 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> 47 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span>
48 <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h> 48 <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h>
49 </div> 49 </div>
50 | 50 |
51 - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;"> 51 + <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;align-items: center;">
52 <img src="../src/style/img/fault/error.png"style="width: 22px;height: 22px"> 52 <img src="../src/style/img/fault/error.png"style="width: 22px;height: 22px">
53 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> 53 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span>
54 <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('abnormal')">{{getFaultItemValue(dialTest,'abnormal')}}</h> 54 <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('abnormal')">{{getFaultItemValue(dialTest,'abnormal')}}</h>
@@ -7,38 +7,38 @@ @@ -7,38 +7,38 @@
7 </div> 7 </div>
8 <div> 8 <div>
9 <div class="d-flex align-left"> 9 <div class="d-flex align-left">
10 - <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"> 10 + <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
11 <img src="../src/style/img/fault/disRes.png"> 11 <img src="../src/style/img/fault/disRes.png">
12 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断资源</span> 12 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断资源</span>
13 <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(cardList,'diagnosticResources')}}</h> 13 <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(cardList,'diagnosticResources')}}</h>
14 </div> 14 </div>
15 | 15 |
16 - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"> 16 + <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
17 <img src="../src/style/img/fault/disKpi.png"> 17 <img src="../src/style/img/fault/disKpi.png">
18 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span> 18 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span>
19 <h class="text-link" @click="openKpiList()">{{getFaultItemValue(cardList,'diagnosticIndicators')}}</h> 19 <h class="text-link" @click="openKpiList()">{{getFaultItemValue(cardList,'diagnosticIndicators')}}</h>
20 </div> 20 </div>
21 | 21 |
22 - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"> 22 + <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;">
23 <img src="../src/style/img/fault/disItem.png"> 23 <img src="../src/style/img/fault/disItem.png">
24 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断项</span> 24 <span style="margin: 0px 6px 0px 6px;width: 105px">诊断项</span>
25 <h class="text-link" @click="openDiagnosticItem('')">{{getFaultItemValue(cardList,'diagnosticItem')}}</h> 25 <h class="text-link" @click="openDiagnosticItem('')">{{getFaultItemValue(cardList,'diagnosticItem')}}</h>
26 </div> 26 </div>
27 </div> 27 </div>
28 <div style="text-align: left;display: flex;margin-top: 10px;"> 28 <div style="text-align: left;display: flex;margin-top: 10px;">
29 - <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;"> 29 + <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;align-items: center;">
30 <img src="../src/style/img/fault/success.png" style="width:22px;height: 22px;"> 30 <img src="../src/style/img/fault/success.png" style="width:22px;height: 22px;">
31 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;">正常</span> 31 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;">正常</span>
32 <h style="font-size: 20px" class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(cardList,'normal')}}</h> 32 <h style="font-size: 20px" class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(cardList,'normal')}}</h>
33 </div> 33 </div>
34 | 34 |
35 - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;"> 35 + <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;align-items: center;">
36 <img src="../src/style/img/fault/error.png" style="width:22px;height: 22px;"> 36 <img src="../src/style/img/fault/error.png" style="width:22px;height: 22px;">
37 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;"> 异常</span> 37 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;"> 异常</span>
38 <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('abnormal')">{{getFaultItemValue(cardList,'abnormal')}}</h> 38 <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('abnormal')">{{getFaultItemValue(cardList,'abnormal')}}</h>
39 </div> 39 </div>
40 | 40 |
41 - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: red"> 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,'abnormal')}}</h>
@@ -96,7 +96,7 @@ export default { @@ -96,7 +96,7 @@ export default {
96 prop: 'createBy', 96 prop: 'createBy',
97 label: '创建用户', 97 label: '创建用户',
98 }] 98 }]
99 - service.sendEventDiagnoseBusinessScenarios(emit, props.faultNo,props.targetType.toLocaleLowerCase(),param); 99 + service.sendEventDiagnoseBusinessScenarios(emit, props.faultNo,props.targetType.toLocaleLowerCase(),param,'','诊断链路场景');
100 } 100 }
101 101
102 let openResPonse = (kpiId,redId) =>{ 102 let openResPonse = (kpiId,redId) =>{