duheng
2024-12-09 477be839d94e42de8bef6c4fa55496253d4ceb7a
WinFrmUI/HStation.WinFrmUI.Assets.Core/05-elbow/ElbowViewModel.cs
@@ -21,7 +21,7 @@
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            if (rhs.Material == null)
            if (rhs.Material == null || rhs.Material == string.Empty)
            {
                this.MaterialName = "默认";
            }
@@ -48,7 +48,7 @@
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            if (rhs.Material == null|| rhs.Material ==string.Empty)
            if (rhs.Material == null || rhs.Material == string.Empty)
            {
                this.MaterialName = "默认";
            }