20230915wbs数据分析页面框架实现

This commit is contained in:
2023-09-15 10:27:20 +08:00
parent 578bb8bfa7
commit 508d10c3e5
11 changed files with 191 additions and 252 deletions
@@ -23,6 +23,13 @@ namespace FineUIPro.Web.Controls
}
}
public bool IsShowLevel
{
get;
set;
} = true;
/// <summary>
/// 项目ID
/// </summary>
@@ -48,7 +55,8 @@ namespace FineUIPro.Web.Controls
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
{
this.Toolbar1.Hidden = !IsShowLevel;
////加载树
SetSubUnitProjectTree(this.trWBS);
}