| | |
| | | <div class="ibox-title"> |
| | | <h5>{{orgCommunityManageInfo.orgName}}隶属小区</h5> |
| | | <div class="ibox-tools" style="top:10px;"> |
| | | <button type="button" class="btn btn-primary btn-sm" v-on:click="_goBack()"> |
| | | <i class="glyphicon glyphicon-plus"></i> |
| | | 返回 |
| | | </button> |
| | | <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddOrgCommunityModal()"> |
| | | <i class="glyphicon glyphicon-plus"></i> |
| | | 添加 |
| | |
| | | <td class="text-center">{{orgCommunity.communityId}}</td> |
| | | <td class="text-center">{{orgCommunity.communityName}}</td> |
| | | <td class="text-right"> |
| | | <div class="btn-group" v-if="orgCommunity.allowOperation == 'T'"> |
| | | <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" |
| | | v-on:click="_openDeleteOrgCommunityModel(orgCommunity)"> |
| | | 删除 |
| | |
| | | </div> |
| | | </div> |
| | | <vc:create name="addOrgCommunity" |
| | | emitListener="orgCommunityManageInfo" |
| | | emitFunction="listOrgCommunity" |
| | | ></vc:create> |
| | | <vc:create name="deleteOrgCommunity"></vc:create> |
| | | </div> |