菜单调整

This commit is contained in:
2025-04-08 15:27:55 +08:00
parent c1b19f9c84
commit ff335e8f27
12 changed files with 684 additions and 316 deletions
@@ -646,6 +646,14 @@ namespace FineUIPro.Web
{
this.Tab1.IFrameUrl = "";
}
else if (type == Const.Menu_Person)
{
this.Tab1.IFrameUrl = "";
}
else if (type == Const.Menu_Device)
{
this.Tab1.IFrameUrl = "";
}
}
else
{
@@ -673,6 +681,13 @@ namespace FineUIPro.Web
this.MenuSwitchMethod(string.Empty);
}
}
protected void btnPerson_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_Person);
}
protected void btnCQMS_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_CQMS);
@@ -687,6 +702,10 @@ namespace FineUIPro.Web
{
this.MenuSwitchMethod(Const.Menu_ProjectSet);
}
protected void btnDevice_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_Device);
}
protected void btnHSSE_Click(object sender, EventArgs e)
{