From 1b7957fac12e80698971513b30e65772c4c5c038 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期一, 13 一月 2025 18:32:53 +0800
Subject: [PATCH] 修复显示问题

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/09-Tank/AssetsTankSingleMatchingViewModel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/09-Tank/AssetsTankSingleMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/09-Tank/AssetsTankSingleMatchingViewModel.cs
index 4ce12ae..0e2f71f 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/09-Tank/AssetsTankSingleMatchingViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/09-Tank/AssetsTankSingleMatchingViewModel.cs
@@ -18,7 +18,7 @@
         {
             this.ID = rhs.ID;
             this.Name = rhs.Name;
-            this.KeyWords = HStation.Service.Assets.KeyWordHelper.ToString(rhs.KeyWord);
+            this.KeyWords = HStation.Service.Assets.KeyWordHelper.ToString(rhs.KeyWords);
             this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
             this.TagName = rhs.TagName;
             this.SortCode = rhs.SortCode;

--
Gitblit v1.9.3