From bc6246822b3df8e906d7750be8efc06e853ce349 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 11 Dec 2019 22:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/views/modules/sys/logForm.html | 2 +- .../resources/views/modules/sys/user/empUserForm.html | 8 ++++---- .../views/modules/sys/user/empUserFormAuthDataScope.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/sys/logForm.html b/modules/core/src/main/resources/views/modules/sys/logForm.html index e8faf7e0..ec977018 100644 --- a/modules/core/src/main/resources/views/modules/sys/logForm.html +++ b/modules/core/src/main/resources/views/modules/sys/logForm.html @@ -53,7 +53,7 @@
- <#form:textarea path="requestParams" rows="1" class="form-control "/> + <#form:textarea path="requestParams" rows="1" class="form-control autoHeight"/>
diff --git a/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html b/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html index b84c12b2..071aaa87 100644 --- a/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html +++ b/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html @@ -188,7 +188,7 @@ <% } %> - <% if(op == 'add' || op == 'auth') { %> + <% if(hasPermi('sys:empUser:authRole') && (op == 'add' || op == 'auth')) { %>
${text('分配角色')}
@@ -202,7 +202,7 @@