From 5abb1581e61db7a0a8f790d01a4cbf5b53307ca4 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期四, 22 八月 2024 17:37:31 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs
index 3f6610b..79c5fe3 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs
@@ -6,7 +6,7 @@
         {
             InitializeComponent();
             this.PageTitle.Caption = "姘存车绠$悊";
-            this.PageTitle.HeaderSvgImage = this.svgImage32[1];
+            this.PageTitle.HeaderSvgImage = this.svgImage32[0];
             this.PageTitle.SvgImageSize = new Size(24, 24);
             this.gridView1.SetNormalView();
             this.gridView1.RegistCustomDrawRowIndicator();
@@ -158,7 +158,7 @@
             }
             //var dlg=new HStation.WinFrmUI.PhartRelation.SelXhsPumpMainPhartDlg();
             //dlg.SetBandingData(currentVm.ID);
-            //dlg.ShowDialog();   
+            //dlg.ShowDialog();
 
             var guid = new PageGuid()
             {

--
Gitblit v1.9.3