diff --git a/src/views/map/components/cmt_index.vue b/src/views/map/components/cmt_index.vue
new file mode 100644
index 0000000..df405cd
--- /dev/null
+++ b/src/views/map/components/cmt_index.vue
@@ -0,0 +1,560 @@
+
+
+
+
+
+
+
+
+
+
{{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
{{ item.title }}
+
+
+
+ {{ item1.label }}:
+
+
+
+
+
+
+
+
+
+
+
{{ item.title }}
+
+
+
+
+ {{ item.count }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/map/dialog/index.vue b/src/views/map/dialog/index.vue
index 8851b63..05159b8 100644
--- a/src/views/map/dialog/index.vue
+++ b/src/views/map/dialog/index.vue
@@ -26,16 +26,16 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -54,7 +54,7 @@
-
+
diff --git a/src/views/map/dialog/mkGateMachineCmt.vue b/src/views/map/dialog/mkGateMachineCmt.vue
index f28a24d..fdce7a6 100644
--- a/src/views/map/dialog/mkGateMachineCmt.vue
+++ b/src/views/map/dialog/mkGateMachineCmt.vue
@@ -2,7 +2,7 @@
diff --git a/src/views/map/index.vue b/src/views/map/index.vue
index f98c4e7..d61dd31 100644
--- a/src/views/map/index.vue
+++ b/src/views/map/index.vue
@@ -25,7 +25,7 @@
@@ -34,6 +34,11 @@
:corp-info-id="CORP_INFO_ID"
:gangkou="gangkouActive"
/>
+
0) {
if (item.label === '消防管控') {
if (e.label === '消防救援队') {
- return !(this.CORP_INFO_ID && this.CORP_INFO_ID !== '')
+ if (this.gangkouActive === '00005') {
+ return true
+ }else {
+ return !(this.CORP_INFO_ID && this.CORP_INFO_ID !== '')
+ }
}
if (e.label !== '消防救援队') {
return (this.CORP_INFO_ID && this.CORP_INFO_ID !== '')
}
}
+ if (item.label === '气象监测') {
+ if (e.label === '气象站') {
+ return this.gangkouActive !== '00005'
+ }
+ }
}
const CORP_INFO_ID = this.CORP_INFO_ID
if (e.containAuthorization.length === 0) return true