- @using WMS.BZWeb;
- @{
- ViewBag.Title = "增加权限按扭";
- Layout = "~/Views/Shared/_Form.cshtml";
- }
- <div style="margin: 5px;">
- <div class="alert alert-danger" style="margin-bottom: 5px;">
- <i class="fa fa-question-circle" style="position: relative; top: 1px; font-size: 15px; padding-right: 5px;"></i>
- 注:请勾选需要权限按钮
- </div>
- </div>
- <div style="margin: 5px;">
- <ul class="sys_spec_text"></ul>
- </div>
- @Html.AppendJsFile("/Areas/UserCenterManager/Views/ACLConst/ModuleBtnForm.js")
|