diff --git a/src/api/ecology/noise/function-sound.js b/src/api/ecology/noise/function-sound.js
index 5dce8ae..7bf8716 100644
--- a/src/api/ecology/noise/function-sound.js
+++ b/src/api/ecology/noise/function-sound.js
@@ -65,6 +65,15 @@ const getColumnOptions = function(column){
const getPlaceGis = function(data){
return axios.get("/sound/function/noise/gis/place",{params:data})
}
+
+const getPlaceByRegionLevel = function(column){
+ return axios.get("/sound/function/noise/place/region",{params:{column}})
+}
+
+const getTrendChart = function(data){
+ return axios.post("/sound/function/noise/trend/chart",data)
+}
+
export {
pageBillUrl,
saveFunctionNoiseBill,
@@ -84,6 +93,8 @@ export {
getPlaceGis,
listAllFunctionNoiseUrl,
listAllFunctionNoise,
- pageFunctionNoiseStatisticAvgUrl
-
+ pageFunctionNoiseStatisticAvgUrl,
+ getPlaceByRegionLevel,
+ getTrendChart
+
}
diff --git a/src/api/ecology/noise/zone-sound.js b/src/api/ecology/noise/zone-sound.js
index f70ac94..c637f6a 100644
--- a/src/api/ecology/noise/zone-sound.js
+++ b/src/api/ecology/noise/zone-sound.js
@@ -70,7 +70,7 @@ const getTrendChart = function(data){
return axios.post("/sound/zone/noise/trend/chart",data)
}
const getPlaceByRegionLevel = function(column){
- return axios.get("/sound/road/noise/place/region",{params:{column}})
+ return axios.get("/sound/zone/noise/place/region",{params:{column}})
}
export {
pageBillUrl,
diff --git a/src/views/sound/function/trend/index.vue b/src/views/sound/function/trend/index.vue
new file mode 100644
index 0000000..abf1b1f
--- /dev/null
+++ b/src/views/sound/function/trend/index.vue
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开始统计
+
+
+
+
+
+
+
+
+
+
+
+