fix: 告警事件时间显示不是时间格式字符串

This commit is contained in:
TsMask
2025-08-08 18:26:46 +08:00
parent 33ffbbe4b2
commit 3229f21bcf

View File

@@ -680,7 +680,7 @@ onMounted(() => {
:label="t('views.faultManage.activeAlarm.eventTime')"
name="eventTime"
>
{{ modalState.from.eventTime }}
{{ parseDateToStr(modalState.from.eventTime) }}
</a-form-item>
</a-col>
</a-row>