This commit is contained in:
2024-09-18 10:36:26 +08:00
parent 1ec4f71825
commit cba8e9e2f7
36 changed files with 4132 additions and 476 deletions
@@ -30,7 +30,7 @@ namespace FineUIPro.Web.SES
{
this.tvStandardTemp.Nodes.Clear();
TreeNode rootRole = new TreeNode();
rootRole.Text = "TemplateType";
rootRole.Text = "Template Type";
rootRole.NodeID = "0";
rootRole.Expanded = true;
this.tvStandardTemp.Nodes.Add(rootRole);