diff --git a/src/views/oneMap/BIM/Tunnel.vue b/src/views/oneMap/BIM/Tunnel.vue index fa4602b..3518221 100644 --- a/src/views/oneMap/BIM/Tunnel.vue +++ b/src/views/oneMap/BIM/Tunnel.vue @@ -233,12 +233,12 @@ }, }, ]); -const deviceCode = ref(null); -const stCode = ref(null); -const MiMa = ref(null); -const dialogVisible = ref(false); -const loading = ref(false); -const status = ref(false); +// const deviceCode = ref(null); +// const stCode = ref(null); +// const MiMa = ref(null); +// const dialogVisible = ref(false); +// const loading = ref(false); +// const status = ref(false); const timer = ref(null); const Scene = new THREE.Scene(); diff --git a/src/views/oneMap/BIM/Tunnel.vue b/src/views/oneMap/BIM/Tunnel.vue index fa4602b..3518221 100644 --- a/src/views/oneMap/BIM/Tunnel.vue +++ b/src/views/oneMap/BIM/Tunnel.vue @@ -233,12 +233,12 @@ }, }, ]); -const deviceCode = ref(null); -const stCode = ref(null); -const MiMa = ref(null); -const dialogVisible = ref(false); -const loading = ref(false); -const status = ref(false); +// const deviceCode = ref(null); +// const stCode = ref(null); +// const MiMa = ref(null); +// const dialogVisible = ref(false); +// const loading = ref(false); +// const status = ref(false); const timer = ref(null); const Scene = new THREE.Scene(); diff --git a/src/views/oneMap/OverallOverview/RightBox.vue b/src/views/oneMap/OverallOverview/RightBox.vue index 7764407..da14a80 100644 --- a/src/views/oneMap/OverallOverview/RightBox.vue +++ b/src/views/oneMap/OverallOverview/RightBox.vue @@ -213,29 +213,29 @@ const FxClickName = ref("燃气"); const obj = ref([ { - name: "低风险 70% 1345.5", - value: 1345.5, + name: "低风险 70% 104.3", + value: 104.3, itemStyle: { color: "#2BE7ABFF", }, }, { - name: "一般风险 20% 384.5", - value: 384.5, + name: "一般风险 20% 29.8", + value: 29.8, itemStyle: { color: "#18A7F2FF", }, }, { - name: "较大风险 5% 91.11", - value: 91.11, + name: "较大风险 5% 7.45", + value: 7.45, itemStyle: { color: "#F8E270FF", }, }, { - name: "重大风险 5% 91", - value: 91, + name: "重大风险 5% 7.45", + value: 7.45, itemStyle: { color: "#FF5D6CFF", },