diff --git a/ruoyi-admin/src/main/resources/templates/login.html b/ruoyi-admin/src/main/resources/templates/login.html index c3b0d3a3..f90ad2dd 100644 --- a/ruoyi-admin/src/main/resources/templates/login.html +++ b/ruoyi-admin/src/main/resources/templates/login.html @@ -52,7 +52,7 @@
diff --git a/ruoyi-admin/src/main/resources/templates/register.html b/ruoyi-admin/src/main/resources/templates/register.html index 76439c88..8d0468f7 100644 --- a/ruoyi-admin/src/main/resources/templates/register.html +++ b/ruoyi-admin/src/main/resources/templates/register.html @@ -50,7 +50,7 @@ diff --git a/ruoyi-generator/src/main/resources/vm/html/add.html.vm b/ruoyi-generator/src/main/resources/vm/html/add.html.vm index 58446438..85fd47c4 100644 --- a/ruoyi-generator/src/main/resources/vm/html/add.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/add.html.vm @@ -274,7 +274,7 @@ #end #if($table.tree) - /*${functionName}-新增-选择父部门树*/ + /*${functionName}-新增-选择父${functionName}树*/ function select${BusinessName}Tree() { var options = { title: '${functionName}选择', diff --git a/ruoyi-generator/src/main/resources/vm/html/edit.html.vm b/ruoyi-generator/src/main/resources/vm/html/edit.html.vm index f3de4680..0d1f8b7c 100644 --- a/ruoyi-generator/src/main/resources/vm/html/edit.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/edit.html.vm @@ -284,7 +284,7 @@ #end #if($table.tree) - /*${functionName}-新增-选择父部门树*/ + /*${functionName}-编辑-选择父${functionName}树*/ function select${BusinessName}Tree() { var options = { title: '${functionName}选择',