SVN r1022

SVN-Revision: r1022
This commit is contained in:
tdx
2025-10-28 07:37:08 +00:00
parent b5c46d76bc
commit bcc273501d
+1 -1
View File
@@ -478,7 +478,7 @@ namespace Lskj.Control
{
if (dataRow.Table.Columns.Contains("customHeaderTips"))
{
string customHeaderTips = dataRow["dataRow"] + "";
string customHeaderTips = dataRow["customHeaderTips"] + "";
if (!string.IsNullOrEmpty(customHeaderTips))
{
groupHeaderElement.Text = ReplaceHelper.ReplaceRowParam(dataRow, customHeaderTips);