[UI.Core]

修正MonitorViewModel的UpdateAlarmEvent()方法中未获取AlarmItem.Source的问题。
This commit is contained in:
DESKTOP-1N1NK8A\auvkk 2023-05-09 15:05:25 +08:00
parent 3621ef2e50
commit ad0ca9c42c
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ namespace Aitex.Core.UI.View.Common
{
Type = item.Level == EventLevel.Alarm ? "Alarm" : (item.Level == EventLevel.Information ? "Info" : "Warning"),
OccuringTime = item.OccuringTime.ToString("HH:mm:ss"),
Source = item.Source,
Description = item.Description,
EventEnum = item.EventEnum,
EventId = item.Id,