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("清除失败登录");
}