diff --git a/.history/src/views/Zhou/FHGL_20231127173250.vue b/.history/src/views/Zhou/FHGL_20231127173250.vue
new file mode 100644
index 0000000..74f3c3d
--- /dev/null
+++ b/.history/src/views/Zhou/FHGL_20231127173250.vue
@@ -0,0 +1,1161 @@
+
+ 负荷管理 可监测负荷 实时负荷 可监测负荷占比 实时负荷占比 负荷分析 变压器负载率 1#变压器 15.9% 5#变压器 14.4% 3#变压器 13.9% 2#变压器 13.8% 4#变压器 12.2% 负荷分类 生产线负荷占比 生产线负荷
+
+
+ 10300kW
+ 5100kW
+ 87%
+ 52%
+
+
+
+
+
+
+
+
- 生产工艺
-
生产工艺
- 能源监测
-
能源监测
负荷管理
-
负荷管理
- 能效管理
-
能效管理
+
智能运维
- 智能运维
-
- 碳资产管理
-
碳资产管理
@@ -96,7 +111,12 @@ export default { components: { RouterView }, data() { return { - isShow: true, + flag1: true, + flag2: true, + flag3: true, + flag4: true, + flag5: true, + flag6: true, }; }, methods: { @@ -106,6 +126,84 @@ export default { message: "碳资产管理_true", }); }, + go1() { + this.flag1 = false; + this.flag2 = true; + this.flag3 = true; + this.flag4 = true; + this.flag5 = true; + this.flag6 = true; + // this.$router.push( + // "/znywjk", + // () => {}, + // () => {} + // ); + }, + go2() { + this.flag1 = true; + this.flag2 = false; + this.flag3 = true; + this.flag4 = true; + this.flag5 = true; + this.flag6 = true; + this.$router.push( + "/area", + () => {}, + () => {} + ); + }, + go3() { + this.flag1 = true; + this.flag2 = true; + this.flag3 = false; + this.flag4 = true; + this.flag5 = true; + this.flag6 = true; + this.$router.push( + "/fhgl", + () => {}, + () => {} + ); + }, + go4() { + this.flag1 = true; + this.flag2 = true; + this.flag3 = true; + this.flag4 = false; + this.flag5 = true; + this.flag6 = true; + this.$router.push( + "/nxgl", + () => {}, + () => {} + ); + }, + go5() { + this.flag1 = true; + this.flag2 = true; + this.flag3 = true; + this.flag4 = true; + this.flag5 = false; + this.flag6 = true; + this.$router.push( + "/znyw", + () => {}, + () => {} + ); + }, + go6() { + this.flag1 = true; + this.flag2 = true; + this.flag3 = true; + this.flag4 = true; + this.flag5 = true; + this.flag6 = false; + this.$router.push( + "/tzcgl", + () => {}, + () => {} + ); + }, }, }; @@ -263,7 +361,7 @@ export default { width: 316px; height: 46px; font-size: 50px; - font-family: FZZhengHeiS-B-GB; + font-family: "FZZhengHeiS-B-GB"; font-weight: 400; color: #ffffff; line-height: 20px; @@ -274,6 +372,9 @@ export default { width: 100%; height: 200px; position: relative; + div { + cursor: pointer; + } } } diff --git a/src/views/Zhou/FHGL.vue b/src/views/Zhou/FHGL.vue index c441e3d..74f3c3d 100644 --- a/src/views/Zhou/FHGL.vue +++ b/src/views/Zhou/FHGL.vue @@ -1,11 +1,11 @@
+
@@ -107,7 +107,10 @@