| | |
| | | <th>小区地址</th> |
| | | <th>附近地标</th> |
| | | <th>城市编码</th> |
| | | <th>小区维度</th> |
| | | <th>小区经度</th> |
| | | <th>状态</th> |
| | | <th class="text-right">操作</th> |
| | | </tr> |
| | |
| | | <td>{{community.name}}</td> |
| | | <td>{{community.address}}</td> |
| | | <td>{{community.nearbyLandmarks}}</td> |
| | | <td>{{community.cityCode}}</td> |
| | | <td>{{community.mapX}}</td> |
| | | <td>{{community.mapY}}</td> |
| | | <td>{{community.cityName}}</td> |
| | | <td>{{community.stateName}}</td> |
| | | <td> |
| | | <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" |
| | | v-bind:disabled="community.state == '1100'" |
| | | v-on:click="_openEditCommunityModel(community)">修改 |
| | | </button> |
| | | </div> |