From ad0ca9c42c085adca91655c07994dfe6e22e28e0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1N1NK8A\\auvkk" Date: Tue, 9 May 2023 15:05:25 +0800 Subject: [PATCH] =?UTF-8?q?[UI.Core]=20=E4=BF=AE=E6=AD=A3MonitorViewModel?= =?UTF-8?q?=E7=9A=84UpdateAlarmEvent()=E6=96=B9=E6=B3=95=E4=B8=AD=E6=9C=AA?= =?UTF-8?q?=E8=8E=B7=E5=8F=96AlarmItem.Source=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MECF.Framework.UI.Core/View/Common/MonitorViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MECF.Framework.UI.Core/View/Common/MonitorViewModel.cs b/MECF.Framework.UI.Core/View/Common/MonitorViewModel.cs index 900438f..f8cd758 100644 --- a/MECF.Framework.UI.Core/View/Common/MonitorViewModel.cs +++ b/MECF.Framework.UI.Core/View/Common/MonitorViewModel.cs @@ -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,