diff --git a/.env.dev b/.env.dev
index c54395cd..d6048b91 100644
--- a/.env.dev
+++ b/.env.dev
@@ -1,7 +1,7 @@
###
# @Author: Do not edit
# @Date: 2023-08-29 09:40:39
- # @LastEditTime: 2023-09-16 09:41:07
+ # @LastEditTime: 2023-09-18 10:44:07
# @LastEditors: DY
# @Description:
###
diff --git a/src/views/core/analysis/balanceAnalysis/index.vue b/src/views/core/analysis/balanceAnalysis/index.vue
index ffa09229..327be98f 100644
--- a/src/views/core/analysis/balanceAnalysis/index.vue
+++ b/src/views/core/analysis/balanceAnalysis/index.vue
@@ -2,7 +2,7 @@
-
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
diff --git a/src/views/core/monitoring/data/index.vue b/src/views/core/monitoring/data/index.vue
index 7b0e6a0c..cf419c8f 100644
--- a/src/views/core/monitoring/data/index.vue
+++ b/src/views/core/monitoring/data/index.vue
@@ -1,7 +1,7 @@
@@ -157,6 +157,11 @@ export default {
};
},
created() {
+ if (this.$route.params.startTime) {
+ this.formConfig[1].defaultSelect = [this.$route.params.startTime, this.$route.params.endTime]
+ }
+ // const time = new Date()
+ // this.formConfig[1].defaultSelect = [time, time]
this.getDataList()
this.getPdLineList()
},