From 0e9d6794f310489e9f5d105fc482e9d9a81ffa75 Mon Sep 17 00:00:00 2001 From: Ricky Date: Fri, 30 Apr 2021 12:07:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E5=92=8C=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/login.html | 2 +- ruoyi-admin/src/main/resources/templates/register.html | 2 +- ruoyi-generator/src/main/resources/vm/html/add.html.vm | 2 +- ruoyi-generator/src/main/resources/vm/html/edit.html.vm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}选择',