20240816 修改项目列表导出

This commit is contained in:
2024-08-16 14:42:18 +08:00
parent efb0fb7974
commit 012f59da32
5 changed files with 28 additions and 91 deletions
+12
View File
@@ -1012,6 +1012,18 @@ namespace FineUIPro.Web
{
html = (row.FindControl("lbCheckManNames") as AspNet.Label).Text;
}
if (column.ColumnID== "tfCM")
{
html = (row.FindControl("lblCM") as AspNet.Label).Text;
}
if (column.ColumnID == "tfSubcontractor")
{
html = (row.FindControl("lblSubcontractor") as AspNet.Label).Text;
}
if (column.ColumnID == "tfOwn")
{
html = (row.FindControl("lblOwn") as AspNet.Label).Text;
}
// 处理CheckBox
if (html.Contains("f-grid-static-checkbox"))
{