From 1b5efec1a39a671cc049caa34541246bef83dcb2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Cyu=E2=80=9D?= <“winebunny@163.com”>
Date: Sun, 14 Jul 2024 09:40:46 +0800
Subject: [PATCH] he
---
src/App.vue | 2 +-
src/views/layout/header.vue | 8 ++--
src/views/login/index.vue | 4 +-
src/views/pages/carPage/index.vue | 23 +----------
src/views/pages/homePage/index.vue | 65 ++++++++++--------------------
src/views/pages/pvPage/index.vue | 23 +----------
6 files changed, 31 insertions(+), 94 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index f0c5057..41630f8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -48,7 +48,7 @@ function useT() {
[() => currentRoute.value.path],
() => {
const route = unref(currentRoute);
- const globalTitle = "全域能量管控平台";
+ const globalTitle = "源网荷储资源配置平台";
const currentTitle = route?.meta?.title as string;
title.value = currentTitle
diff --git a/src/views/layout/header.vue b/src/views/layout/header.vue
index 875da9c..574f493 100644
--- a/src/views/layout/header.vue
+++ b/src/views/layout/header.vue
@@ -15,11 +15,11 @@
-
全域能量管控平台
+
源网荷储资源配置平台
-
+
-->
-
全域能量管控平台
+
源网荷储资源配置平台
-
wide-area energy management and control platform
+
diff --git a/src/views/pages/carPage/index.vue b/src/views/pages/carPage/index.vue
index 7ea9b88..d721940 100644
--- a/src/views/pages/carPage/index.vue
+++ b/src/views/pages/carPage/index.vue
@@ -33,28 +33,7 @@
-
-
-
-
-
-
-
-
{{ item.lengendName }}
-
-
-
-
+
diff --git a/src/views/pages/homePage/index.vue b/src/views/pages/homePage/index.vue
index eed648d..24c12d7 100644
--- a/src/views/pages/homePage/index.vue
+++ b/src/views/pages/homePage/index.vue
@@ -66,7 +66,7 @@
{{ unit35?.length }} kW
- {{ unit35?.count }} 户
+ {{ unit35?.count }} 座
@@ -87,7 +87,7 @@
{{ unit10?.length }} kW
- {{ unit10?.count }} 户
+ {{ unit10?.count }} 座
@@ -108,7 +108,7 @@
{{ unit380lowarrLength }} kW
- {{ unit380lowarrCount }} 户
+ {{ unit380lowarrCount }} 座
@@ -283,29 +283,8 @@
-
-
-
地图显示元素
-
-
-
-
-
-
{{ item.lengendName }}
-
-
-
-
+
+
@@ -507,7 +486,7 @@
/>
@@ -525,7 +504,7 @@
/>
@@ -542,8 +521,8 @@
/>
-
1010 个
-
9999 kW
+
0 个
+
0 kW
@@ -929,11 +908,11 @@ interface lenCoutInfo {
[key: string]: lenCoutInfoItem;
}
let SourcePv_unit: Ref = ref(null); // 使用 ref 来创建一个响应式引用
-let unit10: Ref = ref({ length: 1010, count: 1010 }); //10kv光伏
-let unit35: Ref = ref({ length: 1010, count: 1010 }); //35kv光伏
+let unit10: Ref = ref({ length: 0, count: 0 }); //10kv光伏
+let unit35: Ref = ref({ length: 0, count: 0 }); //35kv光伏
let unit380lowarr = reactive([]); //380v一下光伏
-let unit380lowarrLength = ref(1010); //380v一下光伏的长度
-let unit380lowarrCount = ref(1010); //380v一下光伏的户数
+let unit380lowarrLength = ref(0); //380v一下光伏的长度
+let unit380lowarrCount = ref(0); //380v一下光伏的户数
// 左-源-充电站
interface InfoItem {
name?: string;
@@ -948,23 +927,23 @@ interface Info {
let SourcePvstation: Ref = ref([
{
name: "**厂站",
- ratedS: 1015,
+ ratedS: 0,
},
{
name: "**厂站",
- ratedS: 1015,
+ ratedS: 0,
},
]); // 使用 ref 来创建一个响应式引用
// 左 -荷-充电桩
let sumLoadrateds = ref(0); //额定电压总功率
let loadchargingPile: Ref = ref(null); // 使用 ref 来创建一个响应式引用
-let loadchargingPileratedS = ref(10); //充电桩功率
-let loadchargingPilecount = ref(10); //充电桩户数
+let loadchargingPileratedS = ref(0); //充电桩功率
+let loadchargingPilecount = ref(0); //充电桩户数
// 左-荷-空调
let loadAirconditioner: Ref = ref(null); // 使用 ref 来创建一个响应式引用
-let loadAirconditionerratedS = ref(10); //空调得功率
+let loadAirconditionerratedS = ref(0); //空调得功率
let loadAirconditionercount = ref(0); //空调得户数
// 左-荷-微网
// let loadMicrogrid: Ref = ref(null); // 使用 ref 来创建一个响应式引用
@@ -973,11 +952,11 @@ let loadMicrogridcount = ref(0); //空调得户数
// 右-储-用户侧
let storedUserPart: Ref = ref(null); // 使用 ref 来创建一个响应式引用
-let storedUserPartAreaRatedS = ref(10); //西小站得功率
-let storedUserPartAreaCount = ref(10); //西小站得户数
+let storedUserPartAreaRatedS = ref(0); //西小站得功率
+let storedUserPartAreaCount = ref(0); //西小站得户数
-let storedUserPartuserRatedS = ref(10); //用户侧得功率
-let storedUserPartuserCount = ref(10); //用户侧得户数
+let storedUserPartuserRatedS = ref(0); //用户侧得功率
+let storedUserPartuserCount = ref(0); //用户侧得户数
// 右 网 主配网
// 主网
diff --git a/src/views/pages/pvPage/index.vue b/src/views/pages/pvPage/index.vue
index 6b42d3f..bd9268e 100644
--- a/src/views/pages/pvPage/index.vue
+++ b/src/views/pages/pvPage/index.vue
@@ -156,28 +156,7 @@
-
-
-
-
-
-
-
-
{{ item.lengendName }}
-
-
-
-
+