diff --git a/src/views/oneMap/components/dynamicInformation.vue b/src/views/oneMap/components/dynamicInformation.vue
new file mode 100644
index 0000000..644d8c6
--- /dev/null
+++ b/src/views/oneMap/components/dynamicInformation.vue
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+
diff --git a/src/views/oneMap/components/dynamicInformation.vue b/src/views/oneMap/components/dynamicInformation.vue
new file mode 100644
index 0000000..644d8c6
--- /dev/null
+++ b/src/views/oneMap/components/dynamicInformation.vue
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+
diff --git a/src/views/oneMap/index.vue b/src/views/oneMap/index.vue
index c1cf2bb..ce08424 100644
--- a/src/views/oneMap/index.vue
+++ b/src/views/oneMap/index.vue
@@ -40,6 +40,8 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/oneMap/index.vue b/src/views/oneMap/index.vue
index c1cf2bb..ce08424 100644
--- a/src/views/oneMap/index.vue
+++ b/src/views/oneMap/index.vue
@@ -40,6 +40,8 @@
+
+
{{ jgjcData[item.code] == '1' ? '正常' : '异常' }}
- 派单
+ 派单
@@ -92,6 +92,7 @@
@@ -294,6 +314,7 @@
font-size: 16px;
color: #ebfeff;
text-align: center;
+ cursor: pointer;
}
}
.tfInfo {
diff --git a/src/views/oneMap/components/dynamicInformation.vue b/src/views/oneMap/components/dynamicInformation.vue
new file mode 100644
index 0000000..644d8c6
--- /dev/null
+++ b/src/views/oneMap/components/dynamicInformation.vue
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+
diff --git a/src/views/oneMap/index.vue b/src/views/oneMap/index.vue
index c1cf2bb..ce08424 100644
--- a/src/views/oneMap/index.vue
+++ b/src/views/oneMap/index.vue
@@ -40,6 +40,8 @@
+
+
{{ jgjcData[item.code] == '1' ? '正常' : '异常' }}
- 派单
+ 派单
@@ -92,6 +92,7 @@
@@ -294,6 +314,7 @@
font-size: 16px;
color: #ebfeff;
text-align: center;
+ cursor: pointer;
}
}
.tfInfo {
diff --git a/src/views/oneMap/smartTunnel/components/twoLine.vue b/src/views/oneMap/smartTunnel/components/twoLine.vue
index d34aa79..e704f63 100644
--- a/src/views/oneMap/smartTunnel/components/twoLine.vue
+++ b/src/views/oneMap/smartTunnel/components/twoLine.vue
@@ -119,7 +119,7 @@
selectedMode: false,
data: ['南向北', '北向南'],
textStyle: {
- color: '#7e99aa',
+ color: '#ebfeff',
fontSize: 16,
},
},
@@ -140,7 +140,7 @@
},
axisLabel: {
show: true,
- color: '#e2f5f7',
+ color: '#ebfeff',
// interval: 0,
fontSize: 16,
// formatter: function (value) {
@@ -161,7 +161,7 @@
nameLocation: 'end', // 将名称靠顶部
// nameRotate: 0, // 名称水平显示
nameTextStyle: {
- color: '#7e99aa',
+ color: '#ebfeff',
fontSize: 16,
padding: [0, 20, -2, 0],
},
@@ -170,7 +170,7 @@
},
axisLabel: {
show: true,
- color: '#7e99aa',
+ color: '#ebfeff',
fontSize: 16,
},
splitLine: {