| | |
| | | size="small" |
| | | @change="stypeChange" |
| | | > |
| | | <el-option label="全部分类" value=""></el-option> |
| | | <el-option label="全部分类" value></el-option> |
| | | <el-option label="大田" value="0"></el-option> |
| | | <el-option label="大棚" value="1"></el-option> |
| | | <el-option label="果园" value="2"></el-option> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="edit"> |
| | | <el-button size="small" |
| | | @click="goToMapModel(row)"> |
| | | <el-button size="small" @click="goToMapModel(row)"> |
| | | <span style="color: #5abf78">进入地图模式</span> |
| | | </el-button> |
| | | <el-button |
| | |
| | | <div class="land-img"> |
| | | <img v-if="item.url" :src="item.url" class="landimg" /> |
| | | <img v-else src="../../../public/img/bg/noimage.jpg" class="landimg" /> |
| | | <!-- <img |
| | | src="../../../public/img/97ae6951541f46e1bb2468adb5d69403.png" |
| | | class="pzIcon" |
| | | /> |
| | | <img |
| | | src="../../../public/img/97ae6951541f46e1bb2468adb5d69403.png" |
| | | class="pzIcon" |
| | | />--> |
| | | </div> |
| | | <div class="text"> |
| | | <div class="land-name">{{ item.landName }}</div> |
| | |
| | | this.onLoad(this.page) |
| | | }, |
| | | landInfo (item) { |
| | | var arr = []; |
| | | var arr = [] |
| | | this.$store.state.tags.tagList.forEach((item) => { |
| | | if (item.label != "地块详情") { |
| | | arr.push(item); |
| | | arr.push(item) |
| | | } |
| | | }); |
| | | this.$store.state.tags.tagList = arr; |
| | | }) |
| | | this.$store.state.tags.tagList = arr |
| | | this.$router.push({ |
| | | path: `/LandDetail`, |
| | | query: item, |
| | |
| | | height: 240px; |
| | | margin: 0 auto; |
| | | text-align: center; |
| | | position: relative; |
| | | |
| | | .landimg { |
| | | width: 100%; |
| | |
| | | //margin-top: 25px; |
| | | //margin-left: -25px; |
| | | } |
| | | // .pzIcon { |
| | | // width: 40px; |
| | | // height: 40px; |
| | | // border-radius: 50%; |
| | | // // position: absolute; |
| | | // // left: calc(50% - 20px); |
| | | // // top: 100px; |
| | | // justify-content: center; |
| | | // } |
| | | } |
| | | |
| | | .text { |