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: "崇州市" } ]; // 地图参数设置