From c6828bfd2165d88861b27f46b0c66d99744b896c Mon Sep 17 00:00:00 2001
From: waibao2 <1@qq.com>
Date: Fri, 31 Oct 2025 16:56:58 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E8=AF=B4=E6=98=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 19 +-
src/components/ChartsTimeLine/index.vue | 369 ------------------------
src/components/ZhengBian/index.vue | 11 +
3 files changed, 29 insertions(+), 370 deletions(-)
delete mode 100644 src/components/ChartsTimeLine/index.vue
diff --git a/README.md b/README.md
index 028a22f..2df9f18 100644
--- a/README.md
+++ b/README.md
@@ -36,4 +36,21 @@ yarn dev
## 公共组件说明
1. ESelectSingle: 普通下拉框选择器
2. ETree: 页面左侧树结构
-3. SingleStation: 级联下拉框选择器
\ No newline at end of file
+3. SingleStation: 级联下拉框选择器
+
+
+# 公共组件趋势图说明
+1. ChartsBar
+ * seriesData:只有一个对象的时候使用
+2. ChartsBarLine
+ * seriesData:是数组的时候使用
+2. ChartsTimeBar
+ * 时间轴的趋势图(缩放echarts使用)
+ * legendData: 图例数据
+ * xAxisData: x轴数据
+ * seriesData: 图表数据
+ * textTitle: 图表标题
+ * unit: 单位
+ * echartType: 图表类型
+ * timeType: 时间类型
+ * grid: 图表网格配置
\ No newline at end of file
diff --git a/src/components/ChartsTimeLine/index.vue b/src/components/ChartsTimeLine/index.vue
deleted file mode 100644
index 75437ce..0000000
--- a/src/components/ChartsTimeLine/index.vue
+++ /dev/null
@@ -1,369 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/ZhengBian/index.vue b/src/components/ZhengBian/index.vue
index 9c9dedb..4e1de30 100644
--- a/src/components/ZhengBian/index.vue
+++ b/src/components/ZhengBian/index.vue
@@ -22,6 +22,12 @@
查询
+
+
+ 逐日天表统计的是当日早八点到次日早八点
+
+
+
@@ -91,6 +97,11 @@
将文件拖到此处,或点击上传
+
+
+ 模板就是预处理数据表格导出的文件。
+
+