diff --git a/src/api/ecology/new-drinking-water.js b/src/api/ecology/new-drinking-water.js
index ef1dd47..8ebe218 100644
--- a/src/api/ecology/new-drinking-water.js
+++ b/src/api/ecology/new-drinking-water.js
@@ -8,13 +8,25 @@ export const listInfo = function (data) {
return axios.get(listInfoUrl,data)
}
-// 县级
+// 县级地表水
export const countyListInfoUrl = '/drinkingWater/drinkingWaterCountyDict';
export const countyListInfo = function (data) {
return axios.get(countyListInfoUrl,data)
}
-// 村级
+// 县级地下水
+export const countyDownListInfoUrl = '/drinkingWater/drinkingWaterCountyBottomDict';
+export const countyDownListInfo = function (data) {
+ return axios.get(countyDownListInfoUrl,data)
+}
+// 村级地表水
+export const villageUpListInfoUrl = '/drinkingWater/drinkingWaterVillageTopDict';
+export const villageUpListInfo = function (data) {
+ return axios.get(villageUpListInfoUrl,data)
+}
+
+
+// 村级地下水
export const villageListInfoUrl = '/drinkingWater/drinkingWaterVillageBottomDict';
export const villageListInfo = function (data) {
return axios.get(villageListInfoUrl,data)
@@ -153,3 +165,9 @@ export const filterList = function (data) {
return axios.post('/waterFunctionArea/drinkingWaterEvaluationStandard',data)
}
+// 饮用水统计图表
+
+export const drinkingWaterTrendUrl = '/drinkingWater/trendChart/data';
+export const drinkingWaterTrend = function (data) {
+ return axios.post(drinkingWaterTrendUrl,data)
+}
\ No newline at end of file
diff --git a/src/views/water/drinking-water/trend/index.vue b/src/views/water/drinking-water/trend/index.vue
new file mode 100644
index 0000000..4223a4c
--- /dev/null
+++ b/src/views/water/drinking-water/trend/index.vue
@@ -0,0 +1,1002 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开始统计
+
+
+
+
+
+
+
+
+
+
+
+