区域监控增加检测时间、结果页增加级别筛选

This commit is contained in:
刘祥超
2021-09-23 10:02:32 +08:00
parent 67a10994a4
commit 3f847d7c7f
3 changed files with 15 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
<thead>
<tr>
<th class="three wide">监控节点</th>
<th class="two wide">检测时间</th>
<th class="four wide">对象</th>
<th class="one wide">级别</th>
<th class="two wide">耗时</th>
@@ -19,6 +20,7 @@
<span class="grey small">{{result.node.location}}<span v-if="result.node.location.length > 0"> </span> {{result.node.isp}}</span>
</div>
</td>
<td>{{result.updatedTime}}</td>
<td>{{result.targetDesc}}</td>
<td>
<span :class="result.color">{{result.levelName}}</span>