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 94930329a..b4cb35ff6 100644
--- a/ruoyi-admin/src/main/resources/templates/system/user/user.html
+++ b/ruoyi-admin/src/main/resources/templates/system/user/user.html
@@ -176,8 +176,8 @@
actions.push('编辑 ');
actions.push('删除 ');
var more = [];
- more.push("重置密码 ");
- more.push("分配角色");
+ more.push("重置密码 ");
+ more.push("分配角色");
actions.push('更多操作');
return actions.join('');
} else {