From f1e5f53cad637899e241eaa7c410a25e9b006271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=9E=97?= Date: Sun, 23 Jan 2022 23:04:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A5=AE=E7=94=A8=E6=B0=B4=E5=9B=BE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ecology/new-drinking-water.js | 22 +- .../water/drinking-water/trend/index.vue | 1002 +++++++++++++++++ 2 files changed, 1022 insertions(+), 2 deletions(-) create mode 100644 src/views/water/drinking-water/trend/index.vue 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 @@ + + + +