From 00ab1b5282ada6ffdc78b3dd46f0ce08726a51e6 Mon Sep 17 00:00:00 2001
From: qin <a@163.com>
Date: 星期四, 20 三月 2025 13:47:24 +0800
Subject: [PATCH] 优化IBox界面

---
 WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/02-docking/HydroMonitorDockingViewModel.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/02-docking/HydroMonitorDockingViewModel.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/02-docking/HydroMonitorDockingViewModel.cs
index 9b4771a..3de3dd4 100644
--- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/02-docking/HydroMonitorDockingViewModel.cs
+++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/02-docking/HydroMonitorDockingViewModel.cs
@@ -21,9 +21,9 @@
             )
         {
             this.Checked = vmo.ID > 0;
-            this.Relation = visual.Name;
+            this.Parter = visual.Name;
             this.PropName = HydroMonitorPropHelper.GetName(vmo.PropName);
-            this.PropValue = propValue;
+            this.PropValue = vmo.GetPropValue(propValue);
             this.UnitName = HydroMonitorPropHelper.GetUnit(vmo.PropName);
             this.Flags = Yw.Untity.FlagsHelper.ToString(vmo.Flags);
             this.SortCode = vmo.SortCode;
@@ -41,7 +41,7 @@
         /// 鏋勪欢
         /// </summary>
         [DisplayName("鏋勪欢")]
-        public string Relation { get; set; }
+        public string Parter { get; set; }
 
         /// <summary>
         /// 鍚嶇О
@@ -85,5 +85,7 @@
         public Yw.Vmo.HydroMonitorVmo Vmo { get; set; }
 
 
+
+
     }
 }

--
Gitblit v1.9.3