From 4123f31ae33767b8f2175bab58410331744269bb Mon Sep 17 00:00:00 2001 From: fangchengyan Date: Fri, 16 Apr 2021 10:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/system/user/user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/user/user.html b/ruoyi-admin/src/main/resources/templates/system/user/user.html index b196bec53..69bcf062b 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/user.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/user.html @@ -181,7 +181,7 @@ actions.push('删除 '); var more = []; more.push("重置密码 "); - more.push("分配角色"); + more.push("分配角色 "); if(null != row.errorLoginTimes && row.errorLoginTimes > 0) { more.push("清除失败登录"); }