From 35abe807d20ec4fca283ccb23ce1bb299749d41c Mon Sep 17 00:00:00 2001 From: ZhaoGang <15196688790@163.com> Date: Tue, 6 Jun 2023 09:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=A5=E5=BF=97=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E8=A7=A3=E5=86=B3=E6=8E=A7=E4=BB=B6=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E5=8D=A1=E9=A1=BF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pages/View/RunLogView.xaml | 244 +++++++++++------- .../Pages/ViewModel/RunLogViewModel.cs | 2 + 2 files changed, 154 insertions(+), 92 deletions(-) diff --git a/BPASmartClient.CustomResource/Pages/View/RunLogView.xaml b/BPASmartClient.CustomResource/Pages/View/RunLogView.xaml index 503c0b8b..5c7b6492 100644 --- a/BPASmartClient.CustomResource/Pages/View/RunLogView.xaml +++ b/BPASmartClient.CustomResource/Pages/View/RunLogView.xaml @@ -54,7 +54,6 @@ - + --> + - - - - - - - - - - - - - - - - - - - - - - - - + VerticalScrollBarVisibility="Visible">--> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/BPASmartClient.CustomResource/Pages/ViewModel/RunLogViewModel.cs b/BPASmartClient.CustomResource/Pages/ViewModel/RunLogViewModel.cs index 81234dd5..971f34f1 100644 --- a/BPASmartClient.CustomResource/Pages/ViewModel/RunLogViewModel.cs +++ b/BPASmartClient.CustomResource/Pages/ViewModel/RunLogViewModel.cs @@ -131,5 +131,7 @@ namespace BPASmartClient.CustomResource.Pages.ViewModel public ObservableCollection HistoryRunLog { get; set; } = new ObservableCollection(); public ObservableCollection Log { get; set; } = MessageNotify.GetInstance.runLogs; + + } }