...
|
...
|
@@ -15,32 +15,32 @@ |
|
|
<div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px">
|
|
|
<img src="../src/style/img/fault/npm/npmLink.png">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 105px">诊断应用</span>
|
|
|
<h>{{dialTest && dialTest.diagnosticResources ?dialTest.diagnosticResources:0}}</h>
|
|
|
<h class="text-link">{{dialTest && dialTest.diagnosticResources ?dialTest.diagnosticResources:0}}</h>
|
|
|
</div>
|
|
|
|
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px">
|
|
|
<img src="../src/style/img/fault/disKpi.png">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 105px">诊断指标</span>
|
|
|
<h>{{dialTest && dialTest.diagnosticIndicators ?dialTest.diagnosticIndicators:0}}</h>
|
|
|
<h class="text-link">{{dialTest && dialTest.diagnosticIndicators ?dialTest.diagnosticIndicators:0}}</h>
|
|
|
</div>
|
|
|
|
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px">
|
|
|
<img src="../src/style/img/fault/disItem.png">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span>
|
|
|
<h>{{dialTest && dialTest.diagnosticItem ?dialTest.diagnosticItem:0}}</h>
|
|
|
<h class="text-link">{{dialTest && dialTest.diagnosticItem ?dialTest.diagnosticItem:0}}</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;">
|
|
|
<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: 24px">{{dialTest && dialTest.normal ?dialTest.normal:0}}</h>
|
|
|
<h class="text-link" style="font-size: 24px">{{dialTest && dialTest.normal ?dialTest.normal:0}}</h>
|
|
|
</div>
|
|
|
|
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;">
|
|
|
<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">{{dialTest && dialTest.abnormal ?dialTest.abnormal:0}}</h>
|
|
|
<h class="text-link" style="font-size: 24px">{{dialTest && dialTest.abnormal ?dialTest.abnormal:0}}</h>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
@@ -57,31 +57,30 @@ |
|
|
style="margin-top:20px;background-color: whitesmoke;display: flex;justify-content: flex-start;flex-wrap: wrap;padding: 26px 26px 0px 26px;">
|
|
|
<div v-for="item in card" style="width: 50%;overflow: hidden;">
|
|
|
<div style="width: 566px;min-height: 357px;background: url('../src/style/img/fault/apm/apmCard.png') no-repeat;background-size: 100% 100%;margin: 0px 0px 26px 90px;box-sizing: border-box;text-align: center;margin: 0 auto;padding-top: 65px">
|
|
|
<div style="color: white;font-size: 25px;">{{item[0].resClassName}}</div>
|
|
|
<div style="color: white;font-size: 25px;">{{item.resClassName}}</div>
|
|
|
<img src="../src/style/img/fault/apm/apmAbout.png" style="padding-top: 30px;">
|
|
|
<div style="padding-top: 30px;font-size: 20px;">应用:<span>{{item[0].use}}</span></div>
|
|
|
<div style="padding-top: 30px;font-size: 20px;">应用:<span>{{item.use}}</span></div>
|
|
|
<hr style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="80%" color=#aed6f4 size=1>
|
|
|
<div style="text-align: left;display: flex;margin-top: 10px;margin-left: 76px;font-size: 18px;">
|
|
|
<div style="width: 200px;margin-left: 10px;display: flex;align-self: center;">
|
|
|
<span style="margin: 0px 6px;width: 95px">响应时间:</span>
|
|
|
<span>{{item.time}}</span>
|
|
|
<span class="text-link">{{item.time ? item.time : 0}}</span>
|
|
|
</div>
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 95px">Fullgc:</span>
|
|
|
<span>{{item[0].count}}</span>
|
|
|
<span class="text-link">{{item.count ? item.count : 0}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="text-align: left;display: flex;margin-top: 10px;margin-left: 76px;font-size: 18px;">
|
|
|
<div style="width: 200px;margin-left: 10px;display: flex;align-self: center;">
|
|
|
<span style="margin: 0px 6px;width: 95px">线程总数:</span>
|
|
|
<span>{{item.count}}</span>
|
|
|
<span class="text-link">{{item.count ? item.count : 0}}</span>
|
|
|
</div>
|
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 95px">错误率:</span>
|
|
|
<span>{{item.error}}</span>
|
|
|
<span class="text-link">{{item.error ? item.count : 0}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
|