From 3cfb0c0f14b8a2e665c7b64e2d5a1711553d20ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=8D=B7?= <151292022@qq.com> Date: Wed, 22 Oct 2025 08:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/topStatistics.vue | 2 +- src/views/recruitment/card/NetworkMap.vue | 35 ++++++++++++++++--- 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/src/views/platformBusinessData/components/topStatistics.vue b/src/views/platformBusinessData/components/topStatistics.vue index 0fe39f1..0888d0b 100644 --- a/src/views/platformBusinessData/components/topStatistics.vue +++ b/src/views/platformBusinessData/components/topStatistics.vue @@ -36,7 +36,7 @@ const statisticsData = ref([ margin: "-326px 0 0 -685px" }, { - title: "完成招聘计划", + title: "完成招聘", value: "58000", imgURL: topStatisticsWczpjh, unit: "个", diff --git a/src/views/recruitment/card/NetworkMap.vue b/src/views/recruitment/card/NetworkMap.vue index 8d66e40..38a913c 100644 --- a/src/views/recruitment/card/NetworkMap.vue +++ b/src/views/recruitment/card/NetworkMap.vue @@ -18,27 +18,52 @@ const initialPoints = [ { name: "崇州市政府", value: [103.679548, 30.63669, 150], - address: "北京市朝阳区" + address: "崇州市" }, { name: "万达广场", value: [103.692545, 30.629371, 200], - address: "上海市浦东新区" + address: "崇州市" }, { name: "北溪湿地", value: [103.696859, 30.663888, 180], - address: "广州市天河区" + address: "崇州市" }, { name: "白塔湖景区", value: [103.591696, 30.671858, 160], - address: "深圳市南山区" + address: "崇州市" }, { name: "崇州市公安局", value: [103.674729, 30.649677, 140], - address: "成都市锦江区" + address: "崇州市" + }, + { + name: "崇州市政府", + value: [103.565205, 30.691245, 150], + address: "崇州市" + }, + { + name: "万达广场", + value: [103.478241, 30.792691, 200], + address: "崇州市" + }, + { + name: "北溪湿地", + value: [103.362435, 30.825407, 180], + address: "崇州市" + }, + { + name: "白塔湖景区", + value: [103.21715, 30.779965, 160], + address: "崇州市" + }, + { + name: "崇州市公安局", + value: [103.387702, 30.787234, 140], + address: "崇州市" } ]; // 地图参数设置