diff --git a/src/api/ecology/river-trend.js b/src/api/ecology/river-trend.js
new file mode 100644
index 0000000..9072e5b
--- /dev/null
+++ b/src/api/ecology/river-trend.js
@@ -0,0 +1,27 @@
+import axios from 'axios';
+
+// 江河水点位
+
+export const getRiverPoint = function () {
+ return axios.get('/waterFunctionArea/surfaceWaterPoint')
+}
+
+// 自治区
+export const getRiverProvicePoint = function () {
+ return axios.get('/waterFunctionArea/autonomousWaterFunctionAreaPoint')
+}
+
+// 国家级
+export const getRiverNationalPoint = function () {
+ return axios.get('/waterFunctionArea/nationalLevelWaterFunctionAreaPoint')
+}
+
+// 水站
+export const getRiverStationPoint = function () {
+ return axios.get('/waterFunctionArea/WaterStationPoint')
+}
+
+// 统计图表
+export const riverWaterTrend = function () {
+ return axios.get('/api/waterFunctionArea/trendChart/data')
+}
diff --git a/src/views/water/river/trend/index.vue b/src/views/water/river/trend/index.vue
new file mode 100644
index 0000000..1550f66
--- /dev/null
+++ b/src/views/water/river/trend/index.vue
@@ -0,0 +1,972 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开始统计
+
+
+
+
+
+
+
+
+
+
+
+