wuxw
2020-01-14 69e2baf5518079bfc16cfadc2fb29842fb3de85d
WebService/src/main/resources/components/communityPackage/community-manage/communityManage.html
@@ -21,8 +21,6 @@
                            <th>小区地址</th>
                            <th>附近地标</th>
                            <th>城市编码</th>
                            <th>小区维度</th>
                            <th>小区经度</th>
                            <th>状态</th>
                            <th class="text-right">操作</th>
                        </tr>
@@ -33,13 +31,12 @@
                            <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>