File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ruoyi-fastapi-frontend/src/views Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 权限字符
Original file line number Diff line number Diff line change 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 权限字符
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments