Compare commits

...

3 Commits

Author SHA1 Message Date
姚宇浩 5f94d9fb97 gx 2024-08-07 15:35:48 +08:00
姚宇浩 de8282a502 Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc 2024-08-07 15:33:49 +08:00
姚宇浩 1dc5973393 gx 2024-08-07 15:33:46 +08:00
2 changed files with 22 additions and 13 deletions

View File

@ -119,7 +119,7 @@
v-for="(item, index) in jbfwqTotal"
:key="index"
>
<div class="jbggfwq_content_item_left">{{ item.name}}</div>
<div class="jbggfwq_content_item_left">{{ item.name }}</div>
<div class="jbggfwq_content_item_right">
<div
class="jbggfwq_content_item_right_item"
@ -1825,16 +1825,25 @@ const removeCharFromArray = (arr, charToRemove) => {
const changeys = (name) => {
if (yaosuList.value.includes(name)) {
yaosuList.value = yaosuList.value.filter((ch) => ch !== name);
// yaosuIcon.value[name].sj.forEach((item, index) => {
// map.removeOverlay( yaosuIcon.value[name].sj[index]);
// });
} else {
yaosuList.value.push(name);
yaosuIcon.value.forEach((item,index)=>{
createZyys()
})
// getZyys(name);
}
// yaosuList.value = removeCharFromArray(yaosuList.value, name);
};
const getZyys = (name) => {
http.get(``).then((res) => {
if (res.code == 200) {
res.data.map((item, index) => {
createZyys(item, index, name);
});
}
});
};
//
const createZyys = (polygon, indexx) => {
const createZyys = (polygon, indexx, name) => {
// data.fwqCoordinates = polygon.point;
function createLabelDOM() {
var content = document.createElement("div");
@ -1851,7 +1860,7 @@ const createZyys = (polygon, indexx) => {
content.appendChild(img2);
return content;
}
fwq_list_arr.value[indexx] = new BMapGL.CustomOverlay(createLabelDOM, {
yaosuIcon.value[name].sj[indexx] = new BMapGL.CustomOverlay(createLabelDOM, {
point: new BMapGL.Point(...polygon.point),
opacity: 0.5,
offsetY: -10,
@ -1860,7 +1869,7 @@ const createZyys = (polygon, indexx) => {
type: "customOverlay",
},
});
map.addOverlay(fwq_list_arr.value[indexx]);
map.addOverlay(yaosuIcon.value[name].sj[indexx]);
};
//----------------------
//
@ -2061,7 +2070,7 @@ const changeFwq = async (id, name, names) => {
); //
}, 500);
} else {
console.log('无数据11');
console.log("无数据11");
ElMessage.warning("无数据");
}
}
@ -2183,7 +2192,7 @@ const addggfwq = () => {
// console.log(":", maxDistance,data.zoomLevel);
drawACircle(maxDistance);
} else {
ElMessage.warning("无数据");
ElMessage.warning("无数据");
}
};
//线

View File

@ -580,14 +580,14 @@ const tableHeaderColor = (arg) => {
return {
// paddingLeft: "10px",
letterSpacing: "1px",
fontSize: "15px",
height: "79px",
backgroundColor: "#455F8A",
color: "#fff",
border: "none",
textAlign: "center",
fontiWght: "500",
fontWeight: "500",
fontSize: "22px",
fontFamily: "PingFangSC, PingFang SC",
};
};
const rowState = (row) => {
@ -684,7 +684,7 @@ onMounted(() => {
text-align: left;
font-style: normal;
// font-family: YouSheBiaoTiHei;
font-family: titleNore;
font-family: titletheRightWay, titletheRightWay;
text-shadow: 0px 2px 4px rgba(56, 50, 50, 0.5);
padding: 19px 0 0 17px;
}