| | |
| | | </div> |
| | | <div class="col-sm-5"> |
| | | <div class="input-group"> |
| | | <input placeholder="输入权限名称" type="text" class="form-control form-control-sm"> |
| | | <input placeholder="输入权限名称" type="text" v-model = "addPrivilegeInfo._pName" class="form-control form-control-sm"> |
| | | <span class="input-group-append"> |
| | | <button type="button" class="btn btn-sm btn-primary">查询</button> |
| | | <button type="button" class="btn btn-sm btn-primary" @click="listNoAddPrivilege()">查询</button> |
| | | </span> |
| | | </div> |
| | | </div> |
| | |
| | | </tr> |
| | | </tbody> |
| | | </table> |
| | | <div class="ibox-content" v-if="addOrgCommunityInfo.communitys.length > 0"> |
| | | <div class="ibox-content" v-if="addPrivilegeInfo._noAddPrivilege.length > 0"> |
| | | |
| | | <button class="btn btn-primary float-right" type="button" v-on:click="addPrivilegeToPrivilegeGroup()"><i |
| | | class="fa fa-check"></i> 提交 |