| | |
| | | <td class="text-center">{{org.orgLevelName}}</td> |
| | | <td class="text-center">{{org.orgLevel == 1 ? '无' : org.parentOrgName}}</td> |
| | | <td class="text-right"> |
| | | |
| | | |
| | | <div v-if="org.allowOperation == 'F' && org.belongCommunityId == '9999'"> |
| | | 隶属所有小区 |
| | | </div> |
| | | <div class="btn-group" v-if="org.allowOperation == 'T'"> |
| | | <button class="btn-white btn btn-xs" v-on:click="_openEditOrgModel(org)"> |
| | | 修改 |
| | |
| | | 删除 |
| | | </button> |
| | | </div> |
| | | <div class="btn-group" v-if="org.orgLevel == 2"> |
| | | <div class="btn-group" v-if="org.orgLevel == 2 && org.allowOperation == 'T'"> |
| | | <button class="btn-white btn btn-xs" v-on:click="_openBeyondCommunity(org)"> |
| | | 隶属小区 |
| | | </button> |