森茂放开底部表格

master
许宏杰 4 months ago
parent 39d0ff2c0c
commit 8a40f973b8

@ -1,11 +1,7 @@
<template>
<div class="foldPane-bottom">
<div class="panel-container">
<div
class="fold-btn"
@click="togglePanel()"
v-show="queryParamsXiaoqu.xiaoquId != 267"
>
<div class="fold-btn" @click="togglePanel()">
<img
:src="
panel.bottomPanel
@ -32,7 +28,7 @@ export default {
return {};
},
computed: {
...mapGetters(["panel", "queryParamsXiaoqu"]),
...mapGetters(["panel"]),
},
created() {},

@ -1611,38 +1611,6 @@
]
}
},
{
"type": "Feature",
"properties": {
"OBJECTID": 65,
"TextString": "310A",
"Shape_Leng": 50.425378502999997,
"Shape_Area": 89.792344896100005,
"楼号": "八号楼",
"层次": "4"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[121.090700563750687, 31.478180482226559],
[121.090661607118847, 31.478233148180745],
[121.090694579054755, 31.478251062728841],
[121.090714056403726, 31.478224729481376],
[121.090747027678489, 31.478242641819794],
[121.090727548408736, 31.478268975088518],
[121.090760519701718, 31.478286887422929],
[121.090793489099667, 31.478304801416055],
[121.090832447585854, 31.478252133205412],
[121.090799476292133, 31.478234220889462],
[121.090766506937413, 31.478216308548276],
[121.090700563750687, 31.478180482226559]
]
]
]
}
},
{
"type": "Feature",

@ -143,6 +143,7 @@ export default {
layer.on("click", (e) => {
const item = e.target.feature.properties;
if (item.TextString == null) return;
if (!item.id) {
this.$notify({
title: "警告",
@ -257,6 +258,7 @@ export default {
border: 1px solid #0075b7;
border-radius: 6px;
margin-bottom: 6px;
background: #031c3c;
}
& > div:hover,

@ -30,7 +30,7 @@
<template v-slot:header>
<bottomListHeader />
</template>
<bottomList v-if="queryParamsXiaoqu.xiaoquId != 267" />
<bottomList />
</foldPaneBottom>
<!-- 森茂汽配城不展示 -->
<building v-if="queryParamsXiaoqu.xiaoquId != 267" />

Loading…
Cancel
Save