diff --git a/src/api/ecology/new-lake.js b/src/api/ecology/new-lake.js
index 36d5d3a..4a3da10 100644
--- a/src/api/ecology/new-lake.js
+++ b/src/api/ecology/new-lake.js
@@ -75,4 +75,11 @@ export const specialAverageNutrition = function (data) {
export const specialYearContrastUrl = '/lakeLibrary/wateAnalysis/special/yearContrast';
export const specialYearContrastData = function (data) {
return axios.post(specialYearContrastUrl,data)
+}
+
+// 湖库统计图表
+
+export const lakeLibraryUrl = '/lakeLibrary/trendChart/data';
+export const lakeLibrary = function (data) {
+ return axios.post(lakeLibraryUrl,data)
}
\ No newline at end of file
diff --git a/src/views/water/lake/trend/index.vue b/src/views/water/lake/trend/index.vue
new file mode 100644
index 0000000..f5666ab
--- /dev/null
+++ b/src/views/water/lake/trend/index.vue
@@ -0,0 +1,659 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开始统计
+
+
+
+
+
+
+
+
+
+
+
+