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 f464ea576..8b0f96f03 100644 --- a/ruoyi-admin/src/main/resources/templates/system/role/role.html +++ b/ruoyi-admin/src/main/resources/templates/system/role/role.html @@ -138,9 +138,9 @@ actions.push('编辑 '); actions.push('删除 '); var more = []; - more.push("数据权限 "); - more.push("分配用户"); - actions.push('更多操作'); + more.push("数据权限 "); + more.push("分配用户"); + actions.push('更多操作'); return actions.join(''); } else { return ""; 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 a241941be..7a75ccf50 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/user.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/user.html @@ -180,8 +180,8 @@ actions.push('编辑 '); actions.push('删除 '); var more = []; - more.push("重置密码 "); - more.push("分配角色"); + more.push("重置密码 "); + more.push("分配角色"); actions.push('更多操作'); return actions.join(''); } else {