| | |
| | | clearable |
| | | ></el-input> |
| | | </div> |
| | | <div class="el-page"> |
| | | <el-pagination |
| | | @size-change="handleSizeChange" |
| | | @current-change="handleCurrentChange" |
| | | :current-page="page.currentPage" |
| | | :hide-on-single-page="value" |
| | | :page-size="page.pageSize" |
| | | background |
| | | layout="total, prev, pager, next" |
| | | :total="page.total" |
| | | ></el-pagination> |
| | | </div> |
| | | </div> |
| | | <!-- <div> |
| | | <div class="edit"> |
| | | <el-button size="small"> |
| | | <span style="color: #5abf78" @click="goToMapModel(row)">进入地图模式</span> |
| | | <span style="color: #5abf78" @click="goToMapModel(row)">进入地图模式</span> |
| | | </el-button> |
| | | <el-button |
| | | type="success" |
| | | size="small" |
| | | @click="land" |
| | | style="margin-right: 50px;width: 80px;" |
| | | type="success" |
| | | size="small" |
| | | @click="land" |
| | | style="margin-right: 50px;width: 80px;" |
| | | >圈地</el-button> |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | <div class="edit"> |
| | | <el-button size="small"> |
| | | <span style="color: #5abf78" @click="goToMapModel(row)">进入地图模式</span> |
| | | </el-button> |
| | | <el-button |
| | | type="success" |
| | | size="small" |
| | | @click="land" |
| | | style="margin-right: 50px;width: 80px;" |
| | | >圈地</el-button> |
| | | <div class="el-page" style="text-align: center;"> |
| | | <el-pagination |
| | | @size-change="handleSizeChange" |
| | | @current-change="handleCurrentChange" |
| | | :current-page="page.currentPage" |
| | | :hide-on-single-page="value" |
| | | :page-size="page.pageSize" |
| | | background |
| | | layout="total, prev, pager, next" |
| | | :total="page.total" |
| | | ></el-pagination> |
| | | </div> |
| | | |
| | | <div class="landhome"> |
| | | <div |
| | | class="land" |
| | |
| | | @click="landInfo(item)" |
| | | > |
| | | <div class="land-img"> |
| | | <img :src="item.url" class="landimg" /> |
| | | <img v-if="item.url" :src="item.url" class="landimg" /> |
| | | <img v-else src="../../../public/img/bg/noimage.jpg" class="landimg" /> |
| | | </div> |
| | | <div class="text"> |
| | | <div class="land-name">{{ item.landName }}</div> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- <div class="el-page"> |
| | | <el-pagination |
| | | @size-change="handleSizeChange" |
| | | @current-change="handleCurrentChange" |
| | | :current-page="page.currentPage" |
| | | :hide-on-single-page="value" |
| | | :page-size="page.pageSize" |
| | | background |
| | | layout="total, prev, pager, next" |
| | | :total="page.total" |
| | | ></el-pagination> |
| | | </div> --> |
| | | <landAdd v-if="landVisible" ref="land" @refreshOnLoad="onLoad"></landAdd> |
| | | </div> |
| | | </template> |
| | |
| | | landVisible: false, |
| | | farmPlanList: [], |
| | | page: { |
| | | pageSize: 8, |
| | | pageSize: 12, |
| | | currentPage: 1, |
| | | total: 0, |
| | | }, |
| | |
| | | .landhome { |
| | | padding: 10px; |
| | | width: 100%; |
| | | height: 80%; |
| | | height: 88%; |
| | | display: flex; |
| | | box-sizing: border-box; |
| | | flex-wrap: wrap; |