From c9585ab171fb973d16792d7a290994bf8279da63 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期六, 09 十一月 2024 09:56:41 +0800
Subject: [PATCH] 属性视图调整

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/04-unmatching/05-threelink/XhsProjectSimulationThreelinkUnMatchingViewModel.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/04-unmatching/05-threelink/XhsProjectSimulationThreelinkUnMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/04-unmatching/05-threelink/XhsProjectSimulationThreelinkUnMatchingViewModel.cs
index ca7ec31..06974f4 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/04-unmatching/05-threelink/XhsProjectSimulationThreelinkUnMatchingViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/04-unmatching/05-threelink/XhsProjectSimulationThreelinkUnMatchingViewModel.cs
@@ -16,14 +16,13 @@
         public XhsProjectSimulationThreelinkUnMatchingViewModel(Yw.Model.HydroThreelinkInfo rhs)
         {
             this.ID = rhs.ID;
-            this.Catalog = HydroParterCatalogHelper.GetCatalogName(rhs.Catalog);
+            this.Catalog = HydroParterCatalogHelper.GetName(rhs.Catalog);
             this.Code = rhs.Code;
             this.Name = rhs.Name;
             this.DbId = rhs.DbId;
             this.DbLocked = rhs.DbLocked;
             this.Material = rhs.Material;
             this.Caliber = rhs.Caliber;
-            this.Quality = rhs.Quality;
             this.Elev = rhs.Elev;
             this.Demand = rhs.Demand;
             this.DemandPattern = rhs.DemandPattern;

--
Gitblit v1.9.3