Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
7e10d16f
Commit
7e10d16f
authored
Jul 18, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加角色权限字符提示信息
parent
d9d63cc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
ruoyi-admin/src/main/resources/templates/system/role/add.html
+1
-0
ruoyi-admin/src/main/resources/templates/system/role/edit.html
+1
-0
No files found.
ruoyi-admin/src/main/resources/templates/system/role/add.html
View file @
7e10d16f
...
...
@@ -17,6 +17,7 @@
<label
class=
"col-sm-3 control-label"
>
权限字符:
</label>
<div
class=
"col-sm-8"
>
<input
class=
"form-control"
type=
"text"
name=
"roleKey"
id=
"roleKey"
required
>
<span
class=
"help-block m-b-none"
><i
class=
"fa fa-info-circle"
></i>
控制器中定义的权限字符,如:@RequiresRoles("")
</span>
</div>
</div>
<div
class=
"form-group"
>
...
...
ruoyi-admin/src/main/resources/templates/system/role/edit.html
View file @
7e10d16f
...
...
@@ -18,6 +18,7 @@
<label
class=
"col-sm-3 control-label"
>
权限字符:
</label>
<div
class=
"col-sm-8"
>
<input
class=
"form-control"
type=
"text"
name=
"roleKey"
id=
"roleKey"
th:field=
"*{roleKey}"
required
>
<span
class=
"help-block m-b-none"
><i
class=
"fa fa-info-circle"
></i>
控制器中定义的权限字符,如:@RequiresRoles("")
</span>
</div>
</div>
<div
class=
"form-group"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment