20231030项目
This commit is contained in:
@@ -90,6 +90,14 @@ namespace FineUIPro.Web.ProjectData
|
||||
this.txtCity.Text = project.City;
|
||||
this.txtEnglishRemark.Text = project.EnglishRemark;
|
||||
this.txtProjectRealCode.Text = project.ProjectRealCode;
|
||||
if (project.IsCNCECShow == true)
|
||||
{
|
||||
this.rbIsCNCECShow.SelectedValue = "True";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.rbIsCNCECShow.SelectedValue = "False";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user