From bbcbf1ce9dc6960bab32b982a206502f6df4d262 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 10 Apr 2019 17:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=BB=9F=E8=AE=A1=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/include.html | 1 - ruoyi-admin/src/main/resources/templates/index.html | 2 -- ruoyi-admin/src/main/resources/templates/login.html | 1 - .../src/main/resources/templates/system/role/authUser.html | 2 +- .../src/main/resources/templates/system/role/selectUser.html | 2 +- 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/include.html b/ruoyi-admin/src/main/resources/templates/include.html index bb4e5eac3..85df0030f 100644 --- a/ruoyi-admin/src/main/resources/templates/include.html +++ b/ruoyi-admin/src/main/resources/templates/include.html @@ -41,7 +41,6 @@ - diff --git a/ruoyi-admin/src/main/resources/templates/index.html b/ruoyi-admin/src/main/resources/templates/index.html index 4f74fa941..11ef319ec 100644 --- a/ruoyi-admin/src/main/resources/templates/index.html +++ b/ruoyi-admin/src/main/resources/templates/index.html @@ -18,7 +18,6 @@ @@ -158,7 +157,6 @@ - diff --git a/ruoyi-admin/src/main/resources/templates/login.html b/ruoyi-admin/src/main/resources/templates/login.html index 221f06a6c..3a820d2c4 100644 --- a/ruoyi-admin/src/main/resources/templates/login.html +++ b/ruoyi-admin/src/main/resources/templates/login.html @@ -82,7 +82,6 @@ - diff --git a/ruoyi-admin/src/main/resources/templates/system/role/authUser.html b/ruoyi-admin/src/main/resources/templates/system/role/authUser.html index d6c411dc6..f61f9ef09 100644 --- a/ruoyi-admin/src/main/resources/templates/system/role/authUser.html +++ b/ruoyi-admin/src/main/resources/templates/system/role/authUser.html @@ -28,7 +28,7 @@
- 分配用户 + 添加用户 批量取消授权 diff --git a/ruoyi-admin/src/main/resources/templates/system/role/selectUser.html b/ruoyi-admin/src/main/resources/templates/system/role/selectUser.html index f26cea0ae..0650df3a2 100644 --- a/ruoyi-admin/src/main/resources/templates/system/role/selectUser.html +++ b/ruoyi-admin/src/main/resources/templates/system/role/selectUser.html @@ -110,7 +110,7 @@ }; } - /* 分配用户-选择用户-提交 */ + /* 添加用户-选择用户-提交 */ function submitHandler() { var rows = $.table.selectFirstColumns(); if (rows.length == 0) {