diff --git a/ruoyi-admin/src/main/resources/templates/system/role/role.html b/ruoyi-admin/src/main/resources/templates/system/role/role.html
index c16b7fd1c..8b60e104a 100644
--- a/ruoyi-admin/src/main/resources/templates/system/role/role.html
+++ b/ruoyi-admin/src/main/resources/templates/system/role/role.html
@@ -117,9 +117,9 @@
actions.push('编辑 ');
actions.push('删除 ');
var more = [];
- more.push("数据权限 ");
- more.push("分配用户");
- actions.push('更多操作');
+ more.push("数据权限 ");
+ more.push("分配用户");
+ actions.push('更多操作');
return actions.join('');
} else {
return "";