Skip to content

Commit 7ffc3b8

Browse files
authored
perf: 优化部分页面字段tooltip说明 (#25)
1 parent a7f23cc commit 7ffc3b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ruoyi-fastapi-frontend/src/views/system/menu/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
<el-form-item prop="perms">
221221
<el-input v-model="form.perms" placeholder="请输入权限标识" maxlength="100" />
222222
<span slot="label">
223-
<el-tooltip content="控制器中定义的权限字符,如:@PreAuthorize(`@ss.hasPermi('system:user:list')`)" placement="top">
223+
<el-tooltip content="控制器中定义的权限字符,如:UserInterfaceAuthDependency('system:user:list')" placement="top">
224224
<i class="el-icon-question"></i>
225225
</el-tooltip>
226226
权限字符

ruoyi-fastapi-frontend/src/views/system/role/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
</el-form-item>
164164
<el-form-item prop="roleKey">
165165
<span slot="label">
166-
<el-tooltip content="控制器中定义的权限字符,如:@PreAuthorize(`@ss.hasRole('admin')`)" placement="top">
166+
<el-tooltip content="控制器中定义的权限字符,如:RoleInterfaceAuthDependency('admin')" placement="top">
167167
<i class="el-icon-question"></i>
168168
</el-tooltip>
169169
权限字符

ruoyi-fastapi-frontend/src/views/tool/gen/genInfoForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<el-form-item prop="packageName">
2525
<span slot="label">
2626
生成包路径
27-
<el-tooltip content="生成在哪个java包下,例如 com.ruoyi.system" placement="top">
27+
<el-tooltip content="生成在哪个python模块下,例如 module_admin.system,system为子系统名" placement="top">
2828
<i class="el-icon-question"></i>
2929
</el-tooltip>
3030
</span>

0 commit comments

Comments
 (0)