This commit is contained in:
parent
971f1f0fd4
commit
dec210d2f6
|
@ -120,6 +120,8 @@ const getOption = () => {
|
|||
show: true,
|
||||
color: "#ffffff",
|
||||
position: "top",
|
||||
fontSize: 16,
|
||||
|
||||
formatter: function (data) {
|
||||
return data.value;
|
||||
},
|
||||
|
@ -168,6 +170,7 @@ const getOption = () => {
|
|||
show: true,
|
||||
color: "#ffffff",
|
||||
position: "top",
|
||||
fontSize: 16,
|
||||
formatter: function (data) {
|
||||
return data.value;
|
||||
},
|
||||
|
@ -216,6 +219,7 @@ const getOption = () => {
|
|||
show: true,
|
||||
color: "#ffffff",
|
||||
position: "top",
|
||||
fontSize: 16,
|
||||
formatter: function (data) {
|
||||
return data.value;
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
|
@ -619,276 +619,25 @@ const data = reactive({
|
|||
zoomLevel: null, //服务圈缩放级别
|
||||
});
|
||||
//基本公共服务圈
|
||||
const jbfwqTotal = ref([
|
||||
// {
|
||||
// id: 0,
|
||||
// name: "东华街道",
|
||||
// child: [
|
||||
// {
|
||||
// id: 100,
|
||||
// name: "上圩头村",
|
||||
// },
|
||||
// {
|
||||
// id: 200,
|
||||
// name: "官村",
|
||||
// },
|
||||
// {
|
||||
// id: 300,
|
||||
// name: "下杨",
|
||||
// },
|
||||
// {
|
||||
// id: 400,
|
||||
// name: "灵江社区",
|
||||
// },
|
||||
// {
|
||||
// id: 500,
|
||||
// name: "文成社区",
|
||||
// },
|
||||
// {
|
||||
// id: 600,
|
||||
// name: "子鸣社区",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 1,
|
||||
// name: "社阳乡",
|
||||
// child: [
|
||||
// {
|
||||
// id: 11,
|
||||
// name: "社阳村",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 2,
|
||||
// name: "小南海镇",
|
||||
// child: [
|
||||
// {
|
||||
// id: 21,
|
||||
// name: "茶圩里村",
|
||||
// },
|
||||
// {
|
||||
// id: 22,
|
||||
// name: "团石村",
|
||||
// },
|
||||
// {
|
||||
// id: 23,
|
||||
// name: "箬塘",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 3,
|
||||
// name: "庙下乡",
|
||||
// child: [
|
||||
// {
|
||||
// id: 31,
|
||||
// name: "庙下村",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 4,
|
||||
// name: "溪口镇",
|
||||
// child: [
|
||||
// {
|
||||
// id: 41,
|
||||
// name: "新溪社区",
|
||||
// center: [119.1845892, 28.8540481],
|
||||
// fwqList: [],
|
||||
// },
|
||||
// {
|
||||
// id: 42,
|
||||
// name: "石角村",
|
||||
// },
|
||||
// {
|
||||
// id: 43,
|
||||
// name: "红罗村",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 5,
|
||||
// name: "罗家乡",
|
||||
// child: [
|
||||
// {
|
||||
// id: 51,
|
||||
// name: "罗家村",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 6,
|
||||
// name: "模环乡",
|
||||
// child: [
|
||||
// {
|
||||
// id: 61,
|
||||
// name: "模环村",
|
||||
// },
|
||||
// {
|
||||
// id: 62,
|
||||
// name: "金星社区",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 7,
|
||||
// name: "横山镇",
|
||||
// child: [
|
||||
// {
|
||||
// id: 71,
|
||||
// name: "志棠村",
|
||||
// },
|
||||
// {
|
||||
// id: 72,
|
||||
// name: "横山集镇",
|
||||
// },
|
||||
// {
|
||||
// id: 73,
|
||||
// name: "后徐",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 8,
|
||||
// name: "石佛乡",
|
||||
// child: [
|
||||
// {
|
||||
// id: 81,
|
||||
// name: "三和村",
|
||||
// },
|
||||
// {
|
||||
// id: 82,
|
||||
// name: "石佛村",
|
||||
// },
|
||||
// {
|
||||
// id: 83,
|
||||
// name: "三门源村",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 9,
|
||||
// name: "詹家镇",
|
||||
// child: [
|
||||
// {
|
||||
// id: 91,
|
||||
// name: "芝江",
|
||||
// },
|
||||
// {
|
||||
// id: 92,
|
||||
// name: "马叶",
|
||||
// },
|
||||
// {
|
||||
// id: 93,
|
||||
// name: "詹家",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 10,
|
||||
// name: "龙洲街道",
|
||||
// child: [
|
||||
// {
|
||||
// id: 101,
|
||||
// name: "官潭村",
|
||||
// },
|
||||
// {
|
||||
// id: 102,
|
||||
// name: "田铺村",
|
||||
// },
|
||||
// {
|
||||
// id: 103,
|
||||
// name: "半爿月村",
|
||||
// },
|
||||
// {
|
||||
// id: 104,
|
||||
// name: "寺后村",
|
||||
// },
|
||||
// {
|
||||
// id: 105,
|
||||
// name: "清廉社区",
|
||||
// },
|
||||
// {
|
||||
// id: 106,
|
||||
// name: "莲湖社区",
|
||||
// },
|
||||
// {
|
||||
// id: 107,
|
||||
// name: "河西街社区",
|
||||
// },
|
||||
// {
|
||||
// id: 108,
|
||||
// name: "阳光社区",
|
||||
// },
|
||||
// {
|
||||
// id: 109,
|
||||
// name: "翠光社区",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 11,
|
||||
// name: "湖镇镇",
|
||||
// child: [
|
||||
// {
|
||||
// id: 111,
|
||||
// name: "新光村",
|
||||
// },
|
||||
// {
|
||||
// id: 112,
|
||||
// name: "七都村",
|
||||
// },
|
||||
// {
|
||||
// id: 113,
|
||||
// name: "下库村",
|
||||
// },
|
||||
// {
|
||||
// id: 114,
|
||||
// name: "下田畈村",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 12,
|
||||
// name: "塔石镇",
|
||||
// child: [
|
||||
// {
|
||||
// id: 121,
|
||||
// name: "塔石",
|
||||
// },
|
||||
// {
|
||||
// id: 122,
|
||||
// name: "泽随",
|
||||
// },
|
||||
// {
|
||||
// id: 123,
|
||||
// name: "雅村",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 13,
|
||||
// name: "沐尘畲族乡",
|
||||
// child: [
|
||||
// {
|
||||
// id: 131,
|
||||
// name: "沐尘村",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// id: 14,
|
||||
// name: "大街乡",
|
||||
// child: [
|
||||
// {
|
||||
// id: 141,
|
||||
// name: "大街村",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
]); //存放地图上服务圈数据
|
||||
const jbfwqTotal = ref([]);
|
||||
const jbfwqPx = reactive([
|
||||
"龙洲街道",
|
||||
"东华街道",
|
||||
"小南海镇",
|
||||
"湖镇镇",
|
||||
"溪口镇",
|
||||
"詹家镇",
|
||||
"塔石镇",
|
||||
"横山镇",
|
||||
"模环乡",
|
||||
"石佛乡",
|
||||
"沐尘畲族乡",
|
||||
"罗家乡",
|
||||
"庙下乡",
|
||||
"大街乡",
|
||||
"社阳乡",
|
||||
]);
|
||||
//存放地图上服务圈数据
|
||||
|
||||
var circle;
|
||||
const fwqList = ref([]);
|
||||
|
@ -2035,6 +1784,15 @@ const getFwq = () => {
|
|||
});
|
||||
});
|
||||
});
|
||||
let arr=[]
|
||||
jbfwqPx.forEach((item,index)=>{
|
||||
jbfwqTotal.value.forEach((item2,index2)=>{
|
||||
if(item==item2.name){
|
||||
arr.push(item2)
|
||||
}
|
||||
})
|
||||
})
|
||||
jbfwqTotal.value=arr;
|
||||
}
|
||||
});
|
||||
};
|
||||
|
@ -2070,7 +1828,7 @@ const changeFwq = async (id, name, names) => {
|
|||
); //中心点缩放
|
||||
}, 500);
|
||||
} else {
|
||||
console.log('无数据11');
|
||||
console.log("无数据11");
|
||||
ElMessage.warning("无数据");
|
||||
}
|
||||
}
|
||||
|
@ -2192,7 +1950,7 @@ const addggfwq = () => {
|
|||
// console.log("最大距离:", maxDistance,data.zoomLevel);
|
||||
drawACircle(maxDistance);
|
||||
} else {
|
||||
ElMessage.warning("无数据");
|
||||
ElMessage.warning("无数据");
|
||||
}
|
||||
};
|
||||
//计算两点之间直线距离
|
||||
|
@ -2324,7 +2082,7 @@ const updateFwqList = (data, townName, communityName) => {
|
|||
let updatedFwqList = [];
|
||||
jbfwqTotal.value.forEach((town) => {
|
||||
if (town.name === townName) {
|
||||
town.child.forEach((community) => {
|
||||
town.child.forEach((community, index) => {
|
||||
if (community.name === communityName) {
|
||||
updatedFwqList = data
|
||||
.filter(
|
||||
|
@ -3383,7 +3141,7 @@ onMounted(() => {
|
|||
|
||||
//特殊标签
|
||||
.tsbq {
|
||||
margin-top: 40px;
|
||||
margin-top: 30px;
|
||||
|
||||
.content {
|
||||
box-sizing: border-box;
|
||||
|
|
|
@ -335,7 +335,7 @@ const data = reactive({
|
|||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "法律援助服务",
|
||||
name: "公共法律服务",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
|
@ -369,7 +369,7 @@ const data = reactive({
|
|||
},
|
||||
{
|
||||
id: "9",
|
||||
name: "体有所育",
|
||||
name: "体有所健",
|
||||
img: icon10,
|
||||
visible: false,
|
||||
son: [
|
||||
|
|
Loading…
Reference in New Issue