From caf0bf69009cdaee31f2e1cfdac647077aff340d Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 06 九月 2024 09:42:35 +0800 Subject: [PATCH] 增加自动匹配界面 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/03-mgr/XhsProjectMgrViewModel.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/03-mgr/XhsProjectMgrViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/03-mgr/XhsProjectMgrViewModel.cs index 8452d69..dbb3bc6 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/03-mgr/XhsProjectMgrViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/03-mgr/XhsProjectMgrViewModel.cs @@ -81,6 +81,8 @@ { this.Address = Yw.Model.Map.Marker.ToModel(mapInfo.Position).Address; } + this.CreateTime = project.NO.Substring(4, 10); + this.Customer = project.Customer; this.Flags = Yw.Untity.FlagsHelper.ToString(project.Flags); this.TagName = project.TagName; @@ -122,6 +124,7 @@ { this.ID = (long)project.ProjectID; this.NO = project.NO; + this.CreateTime = project.NO.Substring(4, 10); this.Name = project.Name; this.Address = project.Address; this.Customer = project.Customer; @@ -179,6 +182,12 @@ public string Address { get; set; } /// <summary> + /// 鍒涘缓鏃堕棿 + /// </summary> + [Display(Name = "鍒涘缓鏃堕棿")] + public string CreateTime { get; set; } + + /// <summary> /// 瀹㈡埛 /// </summary> [Display(Name = "瀹㈡埛鍚嶇О")] -- Gitblit v1.9.3