This commit is contained in:
2021-09-06 12:27:07 +08:00
parent 8ce6070be5
commit 4955bbcba0
7 changed files with 42 additions and 26 deletions
@@ -90,6 +90,10 @@ namespace FineUIPro.Web.ZHGL.RealName
{
html = (row.FindControl("labNumber") as AspNet.Label).Text;
}
if (column.ColumnID == "tfShortName")
{
html = (row.FindControl("lblShortName") as AspNet.Label).Text;
}
if (column.ColumnID == "tfAge")
{
html = (row.FindControl("lblAge") as AspNet.Label).Text;