fix: 修复detection、entity细节问题

This commit is contained in:
chenjinsong
2022-03-24 16:46:05 +08:00
parent 47a77d5870
commit 062af9b53d
10 changed files with 38 additions and 39 deletions

View File

@@ -9,9 +9,9 @@
<div class="cn-detection__row">
<div class="cn-detection__header" v-if="pageType === detectionPageType.securityEvent">
<i class="cn-icon cn-icon-attacker" ></i>{{detection.offenderIp || '-'}}
<div v-if="detection.domain" class="domain">{{detection.domain}}</div>
<span class="line">-------</span>
<span class="circle"></span>
<span class="domain">{{detection.domain }}</span>
<i class="cn-icon cn-icon-attacked" ></i>{{detection.victimIp || '-'}}
</div>
<div class="cn-detection__header" v-else-if="pageType === detectionPageType.performanceEvent">