From c5b4260ee44d89b934cae8a21c712ebf275be56a Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Wed, 19 Aug 2026 18:15:05 +0800 Subject: [PATCH] 11 --- .../HJGL/DataIn/DrawingRecognitionContent.aspx | 8 ++++---- .../HJGL/DataIn/DrawingRecognitionContent.aspx.cs | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx index 5af923c..04b5939 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx @@ -77,7 +77,7 @@ - + @@ -129,7 +129,7 @@ - + @@ -183,7 +183,7 @@ - + @@ -235,7 +235,7 @@ EnableTextSelection="True" AllowColumnLocking="true"> - + diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs index d52e2fc..c2aacc3 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs @@ -744,22 +744,22 @@ namespace FineUIPro.Web.HJGL.DataIn { sb.AppendFormat("{0}", i.ToString()); } - if (column.ColumnID == "Category" && (row.FindControl("lblCategory1") as AspNet.Label) != null) + else if (column.ColumnID == "Category1" && (row.FindControl("lblCategory1") as AspNet.Label) != null) { string html = (row.FindControl("lblCategory1") as AspNet.Label).Text; sb.AppendFormat("{0}", html); } - if (column.ColumnID == "Category" && (row.FindControl("lblCategory2") as AspNet.Label) != null) + else if (column.ColumnID == "Category2" && (row.FindControl("lblCategory2") as AspNet.Label) != null) { string html = (row.FindControl("lblCategory2") as AspNet.Label).Text; sb.AppendFormat("{0}", html); } - if (column.ColumnID == "Category" && (row.FindControl("lblCategory3") as AspNet.Label) != null) + else if (column.ColumnID == "Category3" && (row.FindControl("lblCategory3") as AspNet.Label) != null) { string html = (row.FindControl("lblCategory3") as AspNet.Label).Text; sb.AppendFormat("{0}", html); } - if (column.ColumnID == "Category" && (row.FindControl("lblCategory4") as AspNet.Label) != null) + else if (column.ColumnID == "Category4" && (row.FindControl("lblCategory4") as AspNet.Label) != null) { string html = (row.FindControl("lblCategory4") as AspNet.Label).Text; sb.AppendFormat("{0}", html);