20210906
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user