菜单权限标识提示

pull/94/head
RuoYi 2019-05-30 13:24:45 +08:00
parent 94aafdcf7e
commit 36e59c99f9
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
<label class="col-sm-3 control-label">权限标识:</label> <label class="col-sm-3 control-label">权限标识:</label>
<div class="col-sm-8"> <div class="col-sm-8">
<input id="perms" name="perms" class="form-control" type="text" th:field="*{perms}"> <input id="perms" name="perms" class="form-control" type="text" th:field="*{perms}">
<span class="help-block m-b-none"><i class="fa fa-info-circle"></i> 控制器中定义的权限标识,如:@RequiresPermissions("")</span>
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">