From 761a005fd2022176cc1c7230cc543de858230386 Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期三, 12 三月 2025 10:21:03 +0800 Subject: [PATCH] --修复一些小报错 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs index 918db9a..b16766b 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs @@ -29,7 +29,7 @@ } this.Name = rhs.Name; this.SortCode = rhs.SortCode; - this.KeyWord = string.Join(",", rhs.KeyWord); + this.KeyWord = string.Join(",", rhs.KeyWords); this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; this.MinorLoss = rhs.MinorLoss; @@ -57,7 +57,7 @@ } this.Name = rhs.Name; this.SortCode = rhs.SortCode; - this.KeyWord = string.Join(",", rhs.KeyWord); + this.KeyWord = string.Join(",", rhs.KeyWords); this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; this.MinorLoss = rhs.MinorLoss; @@ -105,7 +105,7 @@ /// 绯绘暟 /// </summary> - [DisplayName("绯绘暟")] + [DisplayName("鎹熷け绯绘暟")] [Browsable(true)] public double MinorLoss { get; set; } -- Gitblit v1.9.3