| New file |
| | |
| | | <div id = "editPrivilegeGroupModel" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" > |
| | | <div class="modal-dialog modal-lg"> |
| | | <div class="modal-content"> |
| | | <div class="modal-body"> |
| | | <h3 class="m-t-none m-b ">编辑权限组</h3> |
| | | <div class="ibox-content"> |
| | | <div> |
| | | <p style="color:red;">{{editPrivilegeGroupInfo.errorInfo}}</p> |
| | | <div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label">权限组名称</label> |
| | | <div class="col-sm-10"><input v-model="editPrivilegeGroupInfo.name" type="text" placeholder="必填,请填写员工名称" class="form-control"></div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label">权限组描述</label> |
| | | <div class="col-sm-10"><input v-model="editPrivilegeGroupInfo.description" type="text" placeholder="必填,请填写员工名称" class="form-control"></div> |
| | | </div> |
| | | <div class="ibox-content"> |
| | | <button class="btn btn-primary float-right" type="button" v-on:click="saveEditPrivilegeGroup()" ><i class="fa fa-check"></i> 保存</button> |
| | | <button type="button" class="btn btn-warning float-right" style="margin-right:20px;" data-dismiss="modal">取消</button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |