集团在建项目使用详情

This commit is contained in:
2026-05-26 14:56:00 +08:00
parent b17dafcbe9
commit 329ee99962
14 changed files with 1459 additions and 178 deletions
+7 -1
View File
@@ -1243,6 +1243,7 @@ namespace FineUIPro.Web
return sb.ToString();
}
/// <summary>
/// 多表头导出方法
/// </summary>
@@ -1305,7 +1306,10 @@ namespace FineUIPro.Web
{
html = (row.FindControl("lblState") as AspNet.Label).Text;
}
else if (column.ColumnID == "tfStatus")
{
html = (row.FindControl("lblStatus") as AspNet.Label).Text;
}
sb.AppendFormat("<td>{0}</td>", html);
}
}
@@ -1318,6 +1322,8 @@ namespace FineUIPro.Web
return sb.ToString();
}
#endregion
#region