网格员选择后清除所有筛选 --- 补齐小区简介图标

master
许宏杰 3 weeks ago
parent b53a08976d
commit 362b936622

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

@ -202,5 +202,3 @@ aside {
color: #fff;
}
}
/*全局滚动条样式结束*/

@ -134,7 +134,6 @@ export default {
},
methods: {
handleChange(newValue) {
console.log("sssss");
this.reset();
this.queryParams = { ...this.queryParams, ...this.queryParamsXiaoqu };
@ -248,8 +247,8 @@ export default {
}
.typeis {
height: 20px;
width: 20px;
height: 18px;
width: 18px;
margin-right: 3px;
}

@ -9,7 +9,7 @@
<div class="area-row">
<div class="area-row-item">
<div class="area-icon-name">
<img src="" alt="" />
<img src="@/assets/images/ui/icon_5@2x.png" alt="" />
占地面积
</div>
<div class="area-data">
@ -21,7 +21,7 @@
</div>
<div class="area-row-item">
<div class="area-icon-name">
<img src="" alt="" />
<img src="@/assets/images/ui/icon_6@2x.png" alt="" />
建筑总面积
</div>
<div class="area-data">
@ -33,7 +33,7 @@
</div>
<div class="area-row-item">
<div class="area-icon-name">
<img src="" alt="" />
<img src="@/assets/images/ui/icon_7@2x.png" alt="" />
住宅楼
</div>
<div class="area-data">
@ -58,7 +58,11 @@
<introduceTitle title="居住情况" />
<div class="info-box flex-row">
<div class="flex-row-item">
<img src="" alt="" class="row-item-icon" />
<img
src="@/assets/images/ui/icon_1@2x.png"
alt=""
class="row-item-icon"
/>
<div class="row-item-data">
<div class="row-item-name">小区总人口</div>
@ -69,7 +73,11 @@
</div>
</div>
<div class="flex-row-item">
<img src="" alt="" class="row-item-icon" />
<img
src="@/assets/images/ui/icon_2@2x.png"
alt=""
class="row-item-icon"
/>
<div class="row-item-data">
<div class="row-item-name">暂住人口</div>
<div class="row-item-value">
@ -79,7 +87,11 @@
</div>
</div>
<div class="flex-row-item">
<img src="" alt="" class="row-item-icon" />
<img
src="@/assets/images/ui/icon_3@2x.png"
alt=""
class="row-item-icon"
/>
<div class="row-item-data">
<div class="row-item-name">常住人口</div>
<div class="row-item-value">
@ -96,7 +108,11 @@
<div class="describe-text">
{{ xiaoquIntroduce.intro.wuye | filterData }}
</div>
<img src="" alt="" class="describe-icon" />
<img
src="@/assets/images/ui/icon_4@2x.png"
alt=""
class="describe-icon"
/>
</div>
</div>
<div>
@ -217,16 +233,16 @@ export default {
}
}
& > div:first-child {
height: 27%;
height: 28%;
}
& > div:nth-child(2) {
height: 22%;
height: 23%;
}
& > div:nth-child(3) {
height: 15%;
height: 16%;
}
& > div:last-child {
height: 36%;
height: 33%;
}
.describe-text {
font-size: 14px;
@ -245,4 +261,20 @@ export default {
font-weight: 400;
}
}
/*全局滚动条样式*/
::-webkit-scrollbar {
width: 3px;
height: 3px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
height: 10px;
width: 1px;
background: rgba(255, 255, 255, 0.5);
}
::-webkit-scrollbar-track {
background: transparent;
}
</style>

@ -103,8 +103,17 @@ export default {
});
}
this.$store.commit("CHANGE_QUERY", { parentid: e });
this.fromReset();
this.$store.commit("CHANGE_QUERY", {
parentid: e,
color: undefined,
type: undefined,
isd: undefined,
isk: undefined,
isx: undefined,
isj: undefined,
buildingId: undefined,
});
this.$store.commit("CHANGE_QUERY_MAP", { networkName: networkName });
},
@ -148,6 +157,11 @@ export default {
this.queryParmas.isx = undefined;
this.queryParmas.isj = undefined;
},
fromReset() {
this.queryParmas.color = undefined;
this.checkList = [];
this.reset();
},
},
};
</script>

@ -10,12 +10,12 @@
/>
<span>
{{ item.name }}
<span v-show="item.name == ''"
<!-- <span v-show="item.name == ''"
>(空关{{ colorListL[2].house }})</span
>
<span v-show="item.name == ''"
>(空关{{ colorListL[6].house }})</span
>
> -->
</span>
</div>
<div class="item-value">

Loading…
Cancel
Save