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