| | |
| | | </button> |
| | | </div> |
| | | <div class="modal-body"> |
| | | <p style="color: red;">{{storeEnterCommunityInfo.errorInfo}}</p> |
| | | <div class=" row"> |
| | | <div class="col-lg-12"> |
| | | <div class="ibox "> |
| | |
| | | </div> |
| | | <div class="col-sm-5"> |
| | | <div class="input-group"> |
| | | <input placeholder="输入小区名称" type="text" class="form-control form-control-sm"> |
| | | <input placeholder="输入小区名称" v-model="storeEnterCommunityInfo.searchCommunityName" type="text" 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" v-on:click="listNoEnterCommunity()">查询</button> |
| | | </span> |
| | | </div> |
| | | </div> |
| | |
| | | <tr> |
| | | <th>小区ID</th> |
| | | <th data-hide="phone">名称</th> |
| | | <th data-hide="phone">地址</th> |
| | | <th data-hide="phone">联系方式</th> |
| | | <th data-hide="phone">地址</th> |
| | | <th data-hide="phone">地标</th> |
| | | <th data-hide="phone,tablet" >城市编码</th> |
| | | <th class="text-right">操作</th> |