Merge branch 'master' of http://113.200.75.45:82/monitor_v3/hg-monitor-web
Showing
8 changed files
with
57 additions
and
53 deletions
@@ -30,19 +30,19 @@ | @@ -30,19 +30,19 @@ | ||
30 | <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==1}]" @click="clickDaultDefinitionFunc(1)" shadow="hover"><span class="card-name">故障定义</span></el-card> | 30 | <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==1}]" @click="clickDaultDefinitionFunc(1)" shadow="hover"><span class="card-name">故障定义</span></el-card> |
31 | </el-col> | 31 | </el-col> |
32 | <el-col :span="3"> | 32 | <el-col :span="3"> |
33 | - <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==2}]" @click="clickNetworkMonitorFunc(2)" shadow="hover"><span class="card-name">网络检测</span></el-card> | 33 | + <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==6}]" @click="dialtestMonitorFunc(6)" shadow="hover"><span class="card-name">业务拨测</span></el-card> |
34 | </el-col> | 34 | </el-col> |
35 | <el-col :span="3"> | 35 | <el-col :span="3"> |
36 | - <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==3}]" @click="applicationMonitorFunc(3)" shadow="hover"><span class="card-name">应用检测</span></el-card> | 36 | + <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==2}]" @click="clickNetworkMonitorFunc(2)" shadow="hover"><span class="card-name">网络链路</span></el-card> |
37 | </el-col> | 37 | </el-col> |
38 | <el-col :span="3"> | 38 | <el-col :span="3"> |
39 | - <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==4}]" @click="basicEnvironmentFunc(4)" shadow="hover"><span class="card-name">基础环境</span></el-card> | 39 | + <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==3}]" @click="applicationMonitorFunc(3)" shadow="hover"><span class="card-name">NPM</span></el-card> |
40 | </el-col> | 40 | </el-col> |
41 | <el-col :span="3"> | 41 | <el-col :span="3"> |
42 | <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==5}]" @click="apmMonitorFunc(5)" shadow="hover"><span class="card-name">APM</span></el-card> | 42 | <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==5}]" @click="apmMonitorFunc(5)" shadow="hover"><span class="card-name">APM</span></el-card> |
43 | </el-col> | 43 | </el-col> |
44 | <el-col :span="3"> | 44 | <el-col :span="3"> |
45 | - <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==6}]" @click="dialtestMonitorFunc(6)" shadow="hover"><span class="card-name">拨测分析</span></el-card> | 45 | + <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==4}]" @click="basicEnvironmentFunc(4)" shadow="hover"><span class="card-name">基础环境</span></el-card> |
46 | </el-col> | 46 | </el-col> |
47 | <!-- <el-col :span="3">--> | 47 | <!-- <el-col :span="3">--> |
48 | <!-- <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==6}]" @click="logDetectionFunc(6)" shadow="hover"><span class="card-name">日志检测</span></el-card>--> | 48 | <!-- <el-card :class="['fault-book-title-card-text',{'isActive':isActiveIndex==6}]" @click="logDetectionFunc(6)" shadow="hover"><span class="card-name">日志检测</span></el-card>--> |
@@ -210,13 +210,13 @@ | @@ -210,13 +210,13 @@ | ||
210 | </el-row>--> | 210 | </el-row>--> |
211 | </div> | 211 | </div> |
212 | 212 | ||
213 | - <!--网络检测--> | 213 | + <!--网络链路--> |
214 | <div class="network-monitor margin-30" v-if="networkMonitorHide"> | 214 | <div class="network-monitor margin-30" v-if="networkMonitorHide"> |
215 | <el-row> | 215 | <el-row> |
216 | <el-col :span="6"> | 216 | <el-col :span="6"> |
217 | <div class="title-text"> | 217 | <div class="title-text"> |
218 | <img src="./src/assets/images/faultDiagnosis/icon-wljc.png" class="title-img"> | 218 | <img src="./src/assets/images/faultDiagnosis/icon-wljc.png" class="title-img"> |
219 | - <span>网络检测</span> | 219 | + <span>网络链路</span> |
220 | </div> | 220 | </div> |
221 | </el-col> | 221 | </el-col> |
222 | </el-row> | 222 | </el-row> |
@@ -240,7 +240,7 @@ | @@ -240,7 +240,7 @@ | ||
240 | </div> | 240 | </div> |
241 | </div> | 241 | </div> |
242 | <div class="flex-div btn-el-btn margin-bottom-10" v-if="faultStateRadio==1"> | 242 | <div class="flex-div btn-el-btn margin-bottom-10" v-if="faultStateRadio==1"> |
243 | - <el-button :size="$global.elementConfig.size.button" class="multiple-choice-button color-999" @click="addNetNode">添加网络检测</el-button> | 243 | + <el-button :size="$global.elementConfig.size.button" class="multiple-choice-button color-999" @click="addNetNode">添加网络链路</el-button> |
244 | <img src="./src/assets/images/faultDiagnosis/icon-item-add.png" class="multiple-choice-add-icon"> | 244 | <img src="./src/assets/images/faultDiagnosis/icon-item-add.png" class="multiple-choice-add-icon"> |
245 | </div> | 245 | </div> |
246 | </div> | 246 | </div> |
@@ -248,13 +248,13 @@ | @@ -248,13 +248,13 @@ | ||
248 | </el-row> | 248 | </el-row> |
249 | </div> | 249 | </div> |
250 | 250 | ||
251 | - <!--应用检测--> | 251 | + <!--NPM--> |
252 | <div class="application-monitor margin-30" v-if="applicationMonitorHide"> | 252 | <div class="application-monitor margin-30" v-if="applicationMonitorHide"> |
253 | <el-row> | 253 | <el-row> |
254 | <el-col :span="6"> | 254 | <el-col :span="6"> |
255 | <div class="title-text"> | 255 | <div class="title-text"> |
256 | <img src="./src/assets/images/faultDiagnosis/icon-yyjc.png" class="title-img"> | 256 | <img src="./src/assets/images/faultDiagnosis/icon-yyjc.png" class="title-img"> |
257 | - <span>应用检测</span> | 257 | + <span>NPM</span> |
258 | </div> | 258 | </div> |
259 | </el-col> | 259 | </el-col> |
260 | </el-row> | 260 | </el-row> |
@@ -280,7 +280,7 @@ | @@ -280,7 +280,7 @@ | ||
280 | 280 | ||
281 | </div> | 281 | </div> |
282 | <div class="flex-div btn-el-btn margin-bottom-10" v-if="faultApplicationRadio==1"> | 282 | <div class="flex-div btn-el-btn margin-bottom-10" v-if="faultApplicationRadio==1"> |
283 | - <el-button :size="$global.elementConfig.size.button" class="multiple-choice-button color-999" @click="addApplicationMonitor()">添加应用检测</el-button> | 283 | + <el-button :size="$global.elementConfig.size.button" class="multiple-choice-button color-999" @click="addApplicationMonitor()">添加NPM</el-button> |
284 | <img src="./src/assets/images/faultDiagnosis/icon-item-add.png" class="multiple-choice-add-icon"> | 284 | <img src="./src/assets/images/faultDiagnosis/icon-item-add.png" class="multiple-choice-add-icon"> |
285 | </div> | 285 | </div> |
286 | </div> | 286 | </div> |
@@ -411,13 +411,13 @@ | @@ -411,13 +411,13 @@ | ||
411 | 411 | ||
412 | </div> | 412 | </div> |
413 | 413 | ||
414 | - <!--拨测分析--> | 414 | + <!--业务拨测--> |
415 | <div class="application-monitor margin-30" v-if="dialtestMonitorHide"> | 415 | <div class="application-monitor margin-30" v-if="dialtestMonitorHide"> |
416 | <el-row> | 416 | <el-row> |
417 | <el-col :span="6"> | 417 | <el-col :span="6"> |
418 | <div class="title-text"> | 418 | <div class="title-text"> |
419 | <img src="./src/assets/images/faultDiagnosis/icon-yyjc.png" class="title-img"> | 419 | <img src="./src/assets/images/faultDiagnosis/icon-yyjc.png" class="title-img"> |
420 | - <span>拨测分析</span> | 420 | + <span>业务拨测</span> |
421 | </div> | 421 | </div> |
422 | </el-col> | 422 | </el-col> |
423 | </el-row> | 423 | </el-row> |
@@ -443,7 +443,7 @@ | @@ -443,7 +443,7 @@ | ||
443 | 443 | ||
444 | </div> | 444 | </div> |
445 | <div class="flex-div btn-el-btn margin-bottom-10" v-if="faultDialtestRadio==1"> | 445 | <div class="flex-div btn-el-btn margin-bottom-10" v-if="faultDialtestRadio==1"> |
446 | - <el-button :size="$global.elementConfig.size.button" class="multiple-choice-button color-999" @click="addDialtestMonitor()">添加拨测分析</el-button> | 446 | + <el-button :size="$global.elementConfig.size.button" class="multiple-choice-button color-999" @click="addDialtestMonitor()">添加业务拨测</el-button> |
447 | <img src="./src/assets/images/faultDiagnosis/icon-item-add.png" class="multiple-choice-add-icon"> | 447 | <img src="./src/assets/images/faultDiagnosis/icon-item-add.png" class="multiple-choice-add-icon"> |
448 | </div> | 448 | </div> |
449 | </div> | 449 | </div> |
@@ -524,15 +524,15 @@ | @@ -524,15 +524,15 @@ | ||
524 | </div> | 524 | </div> |
525 | 525 | ||
526 | <div class="network-monitor-popup popup-bg"> | 526 | <div class="network-monitor-popup popup-bg"> |
527 | - <!--网络检测弹窗--> | 527 | + <!--网络链路弹窗--> |
528 | <DiagnosisNet v-show="networkMonitorVisible" :isDisplay="networkMonitorVisible" :propsData="propsData" @callback="getNetworkMonitorList" ></DiagnosisNet> | 528 | <DiagnosisNet v-show="networkMonitorVisible" :isDisplay="networkMonitorVisible" :propsData="propsData" @callback="getNetworkMonitorList" ></DiagnosisNet> |
529 | - <!--应用检测弹框--> | 529 | + <!--NPM弹框--> |
530 | <ApplicationMoni v-show="applicationMonitorVisible" :isDisplay="applicationMonitorVisible" :applicationMonitorList="applicationMonitorList" :propsData="propsData" @callbackApp="getApplicationMoniList"></ApplicationMoni> | 530 | <ApplicationMoni v-show="applicationMonitorVisible" :isDisplay="applicationMonitorVisible" :applicationMonitorList="applicationMonitorList" :propsData="propsData" @callbackApp="getApplicationMoniList"></ApplicationMoni> |
531 | <!--基础环境弹框--> | 531 | <!--基础环境弹框--> |
532 | <BasicEnvironmentAdd v-show="baseVisible" :isDisplay="baseVisible" :baseList="baseList" :baseCount="count" :propsData="propsData" @callbackBase="getBasicEnvironmentList"></BasicEnvironmentAdd> | 532 | <BasicEnvironmentAdd v-show="baseVisible" :isDisplay="baseVisible" :baseList="baseList" :baseCount="count" :propsData="propsData" @callbackBase="getBasicEnvironmentList"></BasicEnvironmentAdd> |
533 | <!--APM弹框--> | 533 | <!--APM弹框--> |
534 | <APM v-show="APMVisible" :isDisplay="APMVisible" :apmMonitorList="apmMonitorList" :propsData="propsData" @callbackAPM="getAPMList"></APM> | 534 | <APM v-show="APMVisible" :isDisplay="APMVisible" :apmMonitorList="apmMonitorList" :propsData="propsData" @callbackAPM="getAPMList"></APM> |
535 | - <!--拨测分析弹框--> | 535 | + <!--业务拨测弹框--> |
536 | <DialTest v-show="dialtestMonitorVisible" :isDisplay="dialtestMonitorVisible" :dialtestMonitorList="dialtestMonitorList" :propsData="propsData" @callbackDialtest="getDialtestMoniList"></DialTest> | 536 | <DialTest v-show="dialtestMonitorVisible" :isDisplay="dialtestMonitorVisible" :dialtestMonitorList="dialtestMonitorList" :propsData="propsData" @callbackDialtest="getDialtestMoniList"></DialTest> |
537 | <!--日志监测弹框--> | 537 | <!--日志监测弹框--> |
538 | <LogMonition v-if="logMonitionVisible" :propsData="propsData" @callbackLog="getLogMonitionList"></LogMonition> | 538 | <LogMonition v-if="logMonitionVisible" :propsData="propsData" @callbackLog="getLogMonitionList"></LogMonition> |
@@ -17,13 +17,13 @@ | @@ -17,13 +17,13 @@ | ||
17 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断应用</span> | 17 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断应用</span> |
18 | <h class="text-link" @click="openBusScenarios('','诊断应用')">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h> | 18 | <h class="text-link" @click="openBusScenarios('','诊断应用')">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h> |
19 | </div> | 19 | </div> |
20 | - | | 20 | + <span class="flex-border-span">|</span> |
21 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #666666;font-size: 16px"> | 21 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #666666;font-size: 16px"> |
22 | <img src="../src/style/img/fault/disKpi.png"> | 22 | <img src="../src/style/img/fault/disKpi.png"> |
23 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span> | 23 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span> |
24 | <h class="text-link" @click="openKpiList()">{{getFaultItemValue(dialTest,'diagnosticIndicators')}}</h> | 24 | <h class="text-link" @click="openKpiList()">{{getFaultItemValue(dialTest,'diagnosticIndicators')}}</h> |
25 | </div> | 25 | </div> |
26 | - | | 26 | + <span class="flex-border-span">|</span> |
27 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #666666;font-size: 16px"> | 27 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #666666;font-size: 16px"> |
28 | <img src="../src/style/img/fault/disItem.png"> | 28 | <img src="../src/style/img/fault/disItem.png"> |
29 | <span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span> | 29 | <span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span> |
@@ -36,7 +36,7 @@ | @@ -36,7 +36,7 @@ | ||
36 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> | 36 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> |
37 | <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h> | 37 | <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h> |
38 | </div> | 38 | </div> |
39 | - | | 39 | + <span class="flex-border-span">|</span> |
40 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #febb1a;"> | 40 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #febb1a;"> |
41 | <img src="../src/style/img/fault/error.png" style="width: 22px;height: 22px;"> | 41 | <img src="../src/style/img/fault/error.png" style="width: 22px;height: 22px;"> |
42 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> | 42 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> |
@@ -27,13 +27,13 @@ | @@ -27,13 +27,13 @@ | ||
27 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断业务场景</span> | 27 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断业务场景</span> |
28 | <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h> | 28 | <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h> |
29 | </div> | 29 | </div> |
30 | - | | 30 | + <span class="flex-border-span">|</span> |
31 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;"> | 31 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;"> |
32 | <img src="../src/style/img/fault/disKpi.png"> | 32 | <img src="../src/style/img/fault/disKpi.png"> |
33 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span> | 33 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span> |
34 | <h class="text-link" @click="openKpiList()">{{ getFaultItemValue(dialTest,'diagnosticIndicators') }}</h> | 34 | <h class="text-link" @click="openKpiList()">{{ getFaultItemValue(dialTest,'diagnosticIndicators') }}</h> |
35 | </div> | 35 | </div> |
36 | - | | 36 | + <span class="flex-border-span">|</span> |
37 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;"> | 37 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;"> |
38 | <img src="../src/style/img/fault/disItem.png"> | 38 | <img src="../src/style/img/fault/disItem.png"> |
39 | <span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span> | 39 | <span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span> |
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> | 46 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> |
47 | <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('normal')">{{ getFaultItemValue(dialTest,'normal')}}</h> | 47 | <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('normal')">{{ getFaultItemValue(dialTest,'normal')}}</h> |
48 | </div> | 48 | </div> |
49 | - | | 49 | + <span class="flex-border-span">|</span> |
50 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;align-items: center;"> | 50 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;align-items: center;"> |
51 | <img src="../src/style/img/fault/error.png" style="width: 22px;height: 22px;"> | 51 | <img src="../src/style/img/fault/error.png" style="width: 22px;height: 22px;"> |
52 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> | 52 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> |
@@ -27,13 +27,13 @@ | @@ -27,13 +27,13 @@ | ||
27 | <span style="margin: 0px 6px 0px 6px;width: 105px;">诊断资源</span> | 27 | <span style="margin: 0px 6px 0px 6px;width: 105px;">诊断资源</span> |
28 | <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h> | 28 | <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h> |
29 | </div> | 29 | </div> |
30 | - | | 30 | + <span class="flex-border-span">|</span> |
31 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;"> | 31 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;"> |
32 | <img src="../src/style/img/fault/disKpi.png"> | 32 | <img src="../src/style/img/fault/disKpi.png"> |
33 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span> | 33 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span> |
34 | <h class="text-link" @click="openKpiList()">{{getFaultItemValue(dialTest,'diagnosticIndicators')}}</h> | 34 | <h class="text-link" @click="openKpiList()">{{getFaultItemValue(dialTest,'diagnosticIndicators')}}</h> |
35 | </div> | 35 | </div> |
36 | - | | 36 | + <span class="flex-border-span">|</span> |
37 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;"> | 37 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;"> |
38 | <img src="../src/style/img/fault/disItem.png"> | 38 | <img src="../src/style/img/fault/disItem.png"> |
39 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断项</span> | 39 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断项</span> |
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> | 46 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> |
47 | <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h> | 47 | <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h> |
48 | </div> | 48 | </div> |
49 | - | | 49 | + <span class="flex-border-span">|</span> |
50 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;align-items: center;"> | 50 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;align-items: center;"> |
51 | <img src="../src/style/img/fault/error.png"style="width: 22px;height: 22px"> | 51 | <img src="../src/style/img/fault/error.png"style="width: 22px;height: 22px"> |
52 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> | 52 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> |
@@ -12,14 +12,14 @@ | @@ -12,14 +12,14 @@ | ||
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 | - | | ||
16 | - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;"> | 15 | + <span class="flex-border-span">|</span> |
16 | + <div style="width: 200px;margin-left: 40px;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 | - | | ||
22 | - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px;align-items: center;"> | 21 | + <span class="flex-border-span">|</span> |
22 | + <div style="width: 200px;margin-left: 40px;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> |
@@ -31,14 +31,14 @@ | @@ -31,14 +31,14 @@ | ||
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 | - | | ||
35 | - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;align-items: center;"> | 34 | + <span class="flex-border-span">|</span> |
35 | + <div style="width: 200px;margin-left: 40px;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 | - | | ||
41 | - <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: red;align-items: center;"> | 40 | + <span class="flex-border-span">|</span> |
41 | + <div style="width: 200px;margin-left: 40px;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,'alarm')}}</h> | 44 | <h style="font-size: 24px" class="text-link" @click="openAlarm()">{{getFaultItemValue(cardList,'alarm')}}</h> |
@@ -114,7 +114,7 @@ | @@ -114,7 +114,7 @@ | ||
114 | </el-tooltip> | 114 | </el-tooltip> |
115 | </el-col> | 115 | </el-col> |
116 | <el-col :span="1" style="line-height: 36px;color: gainsboro;"> | 116 | <el-col :span="1" style="line-height: 36px;color: gainsboro;"> |
117 | - | | 117 | + <span class="flex-border-span">|</span> |
118 | </el-col> | 118 | </el-col> |
119 | <el-col :span="4" class="align-center"> | 119 | <el-col :span="4" class="align-center"> |
120 | <img src="../src/style/img/fault/base/CPU-green.png"><br/> | 120 | <img src="../src/style/img/fault/base/CPU-green.png"><br/> |
@@ -157,7 +157,7 @@ | @@ -157,7 +157,7 @@ | ||
157 | </el-tooltip> | 157 | </el-tooltip> |
158 | </el-col> | 158 | </el-col> |
159 | <el-col :span="2" class="align-center" style="color: gainsboro;"> | 159 | <el-col :span="2" class="align-center" style="color: gainsboro;"> |
160 | - | | 160 | + <span class="flex-border-span">|</span> |
161 | </el-col> | 161 | </el-col> |
162 | <el-col :span="1" class="align-center"> | 162 | <el-col :span="1" class="align-center"> |
163 | <img src="../src/style/img/fault/base/alarm.png"> | 163 | <img src="../src/style/img/fault/base/alarm.png"> |
@@ -27,13 +27,13 @@ | @@ -27,13 +27,13 @@ | ||
27 | <span style="margin: 0px 6px 0px 6px;width: 105px" >诊断链路场景</span> | 27 | <span style="margin: 0px 6px 0px 6px;width: 105px" >诊断链路场景</span> |
28 | <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h> | 28 | <h class="text-link" @click="openBusScenarios()">{{getFaultItemValue(dialTest,'diagnosticResources')}}</h> |
29 | </div> | 29 | </div> |
30 | - | | 30 | + <span class="flex-border-span">|</span> |
31 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #666666;font-size: 16px"> | 31 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #666666;font-size: 16px"> |
32 | <img src="../src/style/img/fault/disKpi.png"> | 32 | <img src="../src/style/img/fault/disKpi.png"> |
33 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span> | 33 | <span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span> |
34 | <h class="text-link" @click="openKpiList()">{{getFaultItemValue(dialTest,'diagnosticIndicators')}}</h> | 34 | <h class="text-link" @click="openKpiList()">{{getFaultItemValue(dialTest,'diagnosticIndicators')}}</h> |
35 | </div> | 35 | </div> |
36 | - | | 36 | + <span class="flex-border-span">|</span> |
37 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #666666;font-size: 16px"> | 37 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #666666;font-size: 16px"> |
38 | <img src="../src/style/img/fault/disItem.png"> | 38 | <img src="../src/style/img/fault/disItem.png"> |
39 | <span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span> | 39 | <span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span> |
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> | 46 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> |
47 | <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h> | 47 | <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h> |
48 | </div> | 48 | </div> |
49 | - | | 49 | + <span class="flex-border-span">|</span> |
50 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #febb1a;"> | 50 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #febb1a;"> |
51 | <img src="../src/style/img/fault/error.png" style="width: 20px;height: 20px"> | 51 | <img src="../src/style/img/fault/error.png" style="width: 20px;height: 20px"> |
52 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> | 52 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> |
@@ -33,13 +33,6 @@ export default { | @@ -33,13 +33,6 @@ export default { | ||
33 | kpiId: '', | 33 | kpiId: '', |
34 | flag: '', | 34 | flag: '', |
35 | items: [{ | 35 | items: [{ |
36 | - faultType: 'NETLINK', | ||
37 | - faultTypeName: '网络链路', | ||
38 | - components: 'netLinks', | ||
39 | - color: '#409EFF', | ||
40 | - detail: true, | ||
41 | - state: '0' | ||
42 | - }, { | ||
43 | faultType: 'DIALTEST', | 36 | faultType: 'DIALTEST', |
44 | faultTypeName: '拨测', | 37 | faultTypeName: '拨测', |
45 | components: 'dialtest-item', | 38 | components: 'dialtest-item', |
@@ -49,6 +42,13 @@ export default { | @@ -49,6 +42,13 @@ export default { | ||
49 | colType: 'kpi', | 42 | colType: 'kpi', |
50 | state: '0' | 43 | state: '0' |
51 | }, { | 44 | }, { |
45 | + faultType: 'NETLINK', | ||
46 | + faultTypeName: '网络链路', | ||
47 | + components: 'netLinks', | ||
48 | + color: '#409EFF', | ||
49 | + detail: true, | ||
50 | + state: '0' | ||
51 | + }, { | ||
52 | faultType: 'NPM', | 52 | faultType: 'NPM', |
53 | faultTypeName: 'NPM', | 53 | faultTypeName: 'NPM', |
54 | components: 'npm-item', | 54 | components: 'npm-item', |
@@ -58,19 +58,19 @@ export default { | @@ -58,19 +58,19 @@ export default { | ||
58 | colType: 'kpi', | 58 | colType: 'kpi', |
59 | state: '0' | 59 | state: '0' |
60 | }, { | 60 | }, { |
61 | - faultType: 'BASE', | ||
62 | - faultTypeName: '基础', | ||
63 | - components: 'result-item', | ||
64 | - color: '#67C23A', | 61 | + faultType: 'APM', |
62 | + faultTypeName: 'APM', | ||
63 | + components: 'apm-item', | ||
64 | + color: '#F56C6C', | ||
65 | itemName: '检测指标', | 65 | itemName: '检测指标', |
66 | detail: true, | 66 | detail: true, |
67 | colType: 'flag', | 67 | colType: 'flag', |
68 | state: '0' | 68 | state: '0' |
69 | }, { | 69 | }, { |
70 | - faultType: 'APM', | ||
71 | - faultTypeName: 'APM', | ||
72 | - components: 'apm-item', | ||
73 | - color: '#F56C6C', | 70 | + faultType: 'BASE', |
71 | + faultTypeName: '基础', | ||
72 | + components: 'result-item', | ||
73 | + color: '#67C23A', | ||
74 | itemName: '检测指标', | 74 | itemName: '检测指标', |
75 | detail: true, | 75 | detail: true, |
76 | colType: 'flag', | 76 | colType: 'flag', |
-
Please register or login to post a comment