| @@ -52,9 +52,12 @@ | |||||
| :class="[ | :class="[ | ||||
| items.xzqk == '已盘活' ? 'yph' : '', | items.xzqk == '已盘活' ? 'yph' : '', | ||||
| items.xzqk == '待流转待盘活' ? 'dlzdph' : '', | items.xzqk == '待流转待盘活' ? 'dlzdph' : '', | ||||
| items.xzqk == '已流转' ? 'ylz' : '', | |||||
| items.xzqk == '待流转' ? 'dlz' : '', | |||||
| //items.xzqk == '已流转' ? 'ylz' : '', | |||||
| //items.xzqk == '待流转' ? 'dlz' : '', | |||||
| items.xzqk == '已流转待盘活' ? 'ylzdph' : '', | items.xzqk == '已流转待盘活' ? 'ylzdph' : '', | ||||
| items.xzqk == '自用' ? 'zy' : '', | |||||
| items.xzqk == '闲置' ? 'xz' : '', | |||||
| items.xzqk == '残垣断壁' ? 'chdb' : '', | |||||
| ]" | ]" | ||||
| > | > | ||||
| {{ items.xzqk }} | {{ items.xzqk }} | ||||
| @@ -1503,7 +1506,7 @@ export default { | |||||
| this.coordinateList = ""; | this.coordinateList = ""; | ||||
| this.$toast("新建农地信息成功"); | this.$toast("新建农地信息成功"); | ||||
| //查询图层 | //查询图层 | ||||
| // if(landInfoList.id !=null){ | |||||
| // if(landInfoList.id !=null && landInfoList.id != ""){ | |||||
| // console.log(landInfoList.id ); | // console.log(landInfoList.id ); | ||||
| // getLand(landInfoList.id).then((res) => { | // getLand(landInfoList.id).then((res) => { | ||||
| // console.log(res); | // console.log(res); | ||||
| @@ -3286,6 +3289,15 @@ export default { | |||||
| &.ylzdph { | &.ylzdph { | ||||
| background: rgb(228, 30, 100); | background: rgb(228, 30, 100); | ||||
| } | } | ||||
| &.zy { | |||||
| background: rgb(100, 30, 100); | |||||
| } | |||||
| &.xz { | |||||
| background: rgb(60, 100, 180); | |||||
| } | |||||
| &.chdb { | |||||
| background: rgb(288, 90, 600); | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||