浏览代码

优化

wulanhaote
hbao 3 年前
父节点
当前提交
9388b43290
共有 1 个文件被更改,包括 15 次插入3 次删除
  1. +15
    -3
      src/views/homestead/index.vue

+ 15
- 3
src/views/homestead/index.vue 查看文件

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


正在加载...
取消
保存