duheng
2025-02-17 26f45822a2a84af81e20ca543da98d3b822c5afd
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; }
    }
}