fix: 实体详情搜索历史时间格式调整,安全事件下拉列表时间格式调整

This commit is contained in:
@changcode
2022-05-10 10:46:49 +08:00
parent e135aab477
commit 133c024f37
3 changed files with 2 additions and 5 deletions

View File

@@ -230,9 +230,7 @@
</div>
<div class="timeline__start-time">
{{
dayJs
.tz(getMillisecond(event.startTime))
.format('YYYY-MM-DD HH:mm:ss')
dateFormatByAppearance(event.startTime)
}}
</div>
</div>