sunzehao 1 tydzień temu
rodzic
commit
ff7f8ca973
1 zmienionych plików z 10 dodań i 10 usunięć
  1. 10 10
      src/views/Home/components/map.vue

+ 10 - 10
src/views/Home/components/map.vue

@@ -1332,7 +1332,7 @@ import SvgMapNX from "./map/svg-map-nx.vue";
 // 山西
 import SX from "./map/SX.vue";
 import PowerEcharts from "@/components/chart/powerEcharts.vue";
-import HeaderNav from "@/components//headerNav/index.vue";
+import HeaderNav from "@/components/headerNav/index.vue";
 import SvgIcon from "../../../components/coms/icon/svg-icon.vue";
 import windLightDetial from "./windLightDetial.vue";
 import windlightSimple from "./windlightSimple.vue";
@@ -1808,7 +1808,7 @@ export default {
                   ? 0
                   : (data?.proplanmap?.fd_r_sjdl / 10000).toFixed(2)
                 : 0,
-              color: 0,
+              color: this.$store.state.moreSty === 'greenSty' ? 0 : 1,
               total: data?.proplanmap
                 ? data?.proplanmap?.fd_r_jhdl < 0
                   ? 0
@@ -1825,7 +1825,7 @@ export default {
                   ? 0
                   : (data?.proplanmap?.fd_y_sjdl / 10000).toFixed(2)
                 : 0,
-              color: 0,
+              color: this.$store.state.moreSty === 'greenSty' ? 0 : 1,
               total: data?.proplanmap
                 ? data?.proplanmap?.fd_y_jhdl < 0
                   ? 0
@@ -1842,7 +1842,7 @@ export default {
                   ? 0
                   : (data?.proplanmap?.fd_n_sjdl / 10000).toFixed(2)
                 : 0,
-              color: 0,
+              color: this.$store.state.moreSty === 'greenSty' ? 0 : 1,
               total: data?.proplanmap
                 ? data?.proplanmap?.fd_n_jhdl < 0
                   ? 0
@@ -1861,7 +1861,7 @@ export default {
                   ? 0
                   : (data?.proplanmap?.gf_r_sjdl / 10000).toFixed(2)
                 : 0,
-              color: 0,
+              color: this.$store.state.moreSty === 'greenSty' ? 0 : 1,
               total: data?.proplanmap
                 ? data?.proplanmap?.gf_r_jhdl < 0
                   ? 0
@@ -1878,7 +1878,7 @@ export default {
                   ? 0
                   : (data?.proplanmap?.gf_y_sjdl / 10000).toFixed(2)
                 : 0,
-              color: 0,
+              color: this.$store.state.moreSty === 'greenSty' ? 0 : 1,
               total: data?.proplanmap
                 ? data?.proplanmap?.gf_y_jhdl < 0
                   ? 0
@@ -1895,7 +1895,7 @@ export default {
                   ? 0
                   : (data?.proplanmap?.gf_n_sjdl / 10000).toFixed(2)
                 : 0,
-              color: 0,
+              color: this.$store.state.moreSty === 'greenSty' ? 0 : 1,
               total: data?.proplanmap
                 ? data?.proplanmap?.gf_n_jhdl < 0
                   ? 0
@@ -1914,7 +1914,7 @@ export default {
                   ? 0
                   : (data?.proplanmap?.qy_r_sjdl / 10000).toFixed(2)
                 : 0,
-              color: 0,
+              color: this.$store.state.moreSty === 'greenSty' ? 0 : 1,
               total: data?.proplanmap
                 ? data?.proplanmap?.qy_r_jhdl < 0
                   ? 0
@@ -1931,7 +1931,7 @@ export default {
                   ? 0
                   : (data?.proplanmap?.qy_y_sjdl / 10000).toFixed(2)
                 : 0,
-              color: 0,
+              color: this.$store.state.moreSty === 'greenSty' ? 0 : 1,
               total: data?.proplanmap
                 ? data?.proplanmap?.qy_y_jhdl < 0
                   ? 0
@@ -1948,7 +1948,7 @@ export default {
                   ? 0
                   : (data?.proplanmap?.qy_n_sjdl / 10000).toFixed(2)
                 : 0,
-              color: 0,
+              color: this.$store.state.moreSty === 'greenSty' ? 0 : 1,
               total: data?.proplanmap
                 ? data?.proplanmap?.qy_n_jhdl < 0
                   ? 0