diff --git a/src/views/dataBoard/cpts/NoData/index.vue b/src/views/dataBoard/cpts/NoData/index.vue
new file mode 100644
index 000000000..eaa835760
--- /dev/null
+++ b/src/views/dataBoard/cpts/NoData/index.vue
@@ -0,0 +1,42 @@
+
+
+
+

+
{{ tips }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/dataBoard/cpts/sjkb-map/index.vue b/src/views/dataBoard/cpts/sjkb-map/index.vue
index 699e82c59..24bd05c3b 100644
--- a/src/views/dataBoard/cpts/sjkb-map/index.vue
+++ b/src/views/dataBoard/cpts/sjkb-map/index.vue
@@ -953,6 +953,8 @@ export default {
numPointMarker2 = new PointLayer({
name: 'numPointMarker2',
zIndex: 21,
+ minZoom: 2,
+ maxZoom: 19
}).source(pointData, {
parser: {
type: 'json',
@@ -962,7 +964,7 @@ export default {
})
.shape('num', 'text')
.color('#fff')
- .size(24)
+ .size(18)
.style({
textOffset: [0, 7],
fontWeight: "bold"
diff --git a/src/views/dataBoard/overview/components/DemandSwiperList.vue b/src/views/dataBoard/overview/components/DemandSwiperList.vue
index cd6cd1ba9..57d540567 100644
--- a/src/views/dataBoard/overview/components/DemandSwiperList.vue
+++ b/src/views/dataBoard/overview/components/DemandSwiperList.vue
@@ -1,6 +1,6 @@