From 199ca6cde0f90e14099c334015a73eb82585c3fc Mon Sep 17 00:00:00 2001
From: waibao2 <1@qq.com>
Date: Thu, 30 Oct 2025 14:18:47 +0800
Subject: [PATCH] =?UTF-8?q?docs=EF=BC=9A=E6=B4=AA=E6=B0=B4=E9=A2=84?=
=?UTF-8?q?=E6=8A=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/flood/index.vue | 490 ++++++++++++++++++++++++++++++++++++++
1 file changed, 490 insertions(+)
create mode 100644 src/views/flood/index.vue
diff --git a/src/views/flood/index.vue b/src/views/flood/index.vue
new file mode 100644
index 0000000..7a7ccd8
--- /dev/null
+++ b/src/views/flood/index.vue
@@ -0,0 +1,490 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+ 起报时间:{{qbTime}}
+ 预报时段:1小时
+
+
+
+
+ 预测最高值
+
+ {{predict.maxValue}}
+
+
+
+
+ 预测最低值
+
+ {{predict.minValue}}
+
+
+
+
+ 时间
+
+ {{predict.maxTime}}
+
+
+
+
+ 时间
+
+ {{predict.minTime}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.rain }}
+
+
+
+
+
+ {{ scope.row.water }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file