qin
2025-03-20 00ab1b5282ada6ffdc78b3dd46f0ce08726a51e6
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; }
    }
}