2022-10-28 焊接修改

This commit is contained in:
2022-10-28 17:01:51 +08:00
parent ad64ffcd11
commit a4546bb5ce
14 changed files with 162 additions and 85 deletions
@@ -35,8 +35,9 @@ namespace FineUIPro.Web.HJGL.DataImport
rootNode1.NodeID = "1";
rootNode1.Text = "建筑工程";
rootNode1.CommandName = "建筑工程";
rootNode1.EnableClickEvent = true;
rootNode1.EnableCollapseEvent = true;
//rootNode1.EnableClickEvent = true;
//rootNode1.EnableCollapseEvent = true;
rootNode1.Selectable = false;
this.tvControlItem.Nodes.Add(rootNode1);
TreeNode rootNode2 = new TreeNode();