fix: 修复detection下拉详情的近期相关事件时间戳变成字符串格式,导致显示异常的问题

This commit is contained in:
刘洪洪
2023-10-26 10:58:59 +08:00
parent 8b5b36a621
commit 59c2b26d6c

View File

@@ -307,7 +307,7 @@
<span>{{ event.severity }}</span>
</div>
<div class="timeline__security-type">{{ event.eventType }}</div>
<div class="timeline__start-time">{{ dateFormatByAppearance(event.startTime) }}</div>
<div class="timeline__start-time">{{ dateFormatByAppearance(parseInt(event.startTime)) }}</div>
</div>
</div>
<div class="row-timeline__foot">