|
@@ -55,17 +55,17 @@ export default {
|
|
{ name: "吕梁市", appOrg: "1J001" }
|
|
{ name: "吕梁市", appOrg: "1J001" }
|
|
],
|
|
],
|
|
points: [
|
|
points: [
|
|
- { name: "太原市", coordinate: [112.4493, 37.8570], appOrg: "1A003", x: "1", y: "2" },
|
|
|
|
|
|
+ { name: "太原市", coordinate: [111.8493, 37.9570], appOrg: "1A003", x: "1", y: "2" },
|
|
{ name: "大同市", coordinate: [113.3002, 40.0768], appOrg: "1B001", x: "1", y: "2" },
|
|
{ name: "大同市", coordinate: [113.3002, 40.0768], appOrg: "1B001", x: "1", y: "2" },
|
|
- { name: "阳泉市", coordinate: [113.5805, 37.8563], appOrg: "1C001", x: "1", y: "2" },
|
|
|
|
- { name: "长治市", coordinate: [113.1163, 36.1954], appOrg: "1D001", x: "1", y: "2" },
|
|
|
|
- { name: "晋城市", coordinate: [112.8513, 35.4907], appOrg: "1E001", x: "1", y: "2" },
|
|
|
|
- { name: "朔州市", coordinate: [112.4329, 39.3312], appOrg: "1F001", x: "1", y: "2" },
|
|
|
|
- { name: "晋中市", coordinate: [112.8527, 37.6870], appOrg: "1K001", x: "1", y: "2" },
|
|
|
|
- { name: "临汾市", coordinate: [111.5186, 36.0882], appOrg: "1L001", x: "1", y: "2" },
|
|
|
|
- { name: "忻州市", coordinate: [112.7341, 38.4167], appOrg: "1H001", x: "1", y: "2" },
|
|
|
|
- { name: "运城市", coordinate: [111.0069, 35.0264], appOrg: "1M001", x: "1", y: "2" },
|
|
|
|
- { name: "吕梁市", coordinate: [111.1443, 37.5183], appOrg: "1J001", x: "1", y: "2" }
|
|
|
|
|
|
+ { name: "阳泉市", coordinate: [113.3805, 38.3563], appOrg: "1C001", x: "1", y: "2" },
|
|
|
|
+ { name: "长治市", coordinate: [113.1163, 36.6254], appOrg: "1D001", x: "1", y: "2" },
|
|
|
|
+ { name: "晋城市", coordinate: [112.2113, 35.4007], appOrg: "1E001", x: "1", y: "2" },
|
|
|
|
+ { name: "朔州市", coordinate: [112.4329, 39.6312], appOrg: "1F001", x: "1", y: "2" },
|
|
|
|
+ { name: "晋中市", coordinate: [113.3827, 37.1870], appOrg: "1K001", x: "1", y: "2" },
|
|
|
|
+ { name: "临汾市", coordinate: [111.1286, 36.2582], appOrg: "1L001", x: "1", y: "2" },
|
|
|
|
+ { name: "忻州市", coordinate: [112.7341, 38.3167], appOrg: "1H001", x: "1", y: "2" },
|
|
|
|
+ { name: "运城市", coordinate: [111.0069, 35.4264], appOrg: "1M001", x: "1", y: "2" },
|
|
|
|
+ { name: "吕梁市", coordinate: [111.1443, 37.1183], appOrg: "1J001", x: "1", y: "2" }
|
|
],
|
|
],
|
|
appOrg: "10001",
|
|
appOrg: "10001",
|
|
showBack: false,
|
|
showBack: false,
|
|
@@ -190,6 +190,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
borderColor: "rgba(56,236,250)", // 边框颜色
|
|
borderColor: "rgba(56,236,250)", // 边框颜色
|
|
|
|
+ backgroundColor: "#0E7884",
|
|
borderWidth: 1,
|
|
borderWidth: 1,
|
|
padding: [4, 5], // 文字内边距(可选)
|
|
padding: [4, 5], // 文字内边距(可选)
|
|
borderRadius: 2, // 文字框圆角(可选)
|
|
borderRadius: 2, // 文字框圆角(可选)
|