Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ruoyi-fastapi-frontend/src/views/system/menu/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<el-form-item prop="perms">
<el-input v-model="form.perms" placeholder="请输入权限标识" maxlength="100" />
<span slot="label">
<el-tooltip content="控制器中定义的权限字符,如:@PreAuthorize(`@ss.hasPermi('system:user:list')`)" placement="top">
<el-tooltip content="控制器中定义的权限字符,如:UserInterfaceAuthDependency('system:user:list')" placement="top">
<i class="el-icon-question"></i>
</el-tooltip>
权限字符
Expand Down
2 changes: 1 addition & 1 deletion ruoyi-fastapi-frontend/src/views/system/role/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
</el-form-item>
<el-form-item prop="roleKey">
<span slot="label">
<el-tooltip content="控制器中定义的权限字符,如:@PreAuthorize(`@ss.hasRole('admin')`)" placement="top">
<el-tooltip content="控制器中定义的权限字符,如:RoleInterfaceAuthDependency('admin')" placement="top">
<i class="el-icon-question"></i>
</el-tooltip>
权限字符
Expand Down
2 changes: 1 addition & 1 deletion ruoyi-fastapi-frontend/src/views/tool/gen/genInfoForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<el-form-item prop="packageName">
<span slot="label">
生成包路径
<el-tooltip content="生成在哪个java包下,例如 com.ruoyi.system" placement="top">
<el-tooltip content="生成在哪个python模块下,例如 module_admin.system,system为子系统名" placement="top">
<i class="el-icon-question"></i>
</el-tooltip>
</span>
Expand Down