首页修改
This commit is contained in:
@@ -91,8 +91,9 @@ namespace FineUIPro.Web.ProjectData
|
||||
this.txtWorkRange.Text = project.WorkRange;
|
||||
this.txtMapCoordinates.Text = project.MapCoordinates;
|
||||
this.txtDuration.Text = project.Duration.ToString();
|
||||
this.txtProjectMoney.Text = project.ProjectMoney.ToString();
|
||||
this.txtConstructionMoney.Text = project.ConstructionMoney.ToString();
|
||||
this.txtProjectMoney.Text = project.ProjectMoney.ToString();
|
||||
this.txtConstructionNum.Text = project.ConstructionNum.ToString();
|
||||
this.txtConstructionMoney.Text = project.ConstructionMoney.ToString();
|
||||
this.txtTelephone.Text = project.Telephone;
|
||||
this.txtCountry.Text = project.Country;
|
||||
this.txtProvince.Text = project.Province;
|
||||
|
||||
Reference in New Issue
Block a user