首页修改

This commit is contained in:
2023-07-26 10:12:33 +08:00
parent f0b0eca670
commit 8f97e47b42
14 changed files with 795 additions and 612 deletions
@@ -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;