diff --git a/src/api/ecology/noise/zone-sound.js b/src/api/ecology/noise/zone-sound.js
index 5280b92..3364a15 100644
--- a/src/api/ecology/noise/zone-sound.js
+++ b/src/api/ecology/noise/zone-sound.js
@@ -66,6 +66,9 @@ const getColumnOptions = function(column){
const getPlaceGis = function(data){
return axios.get("/sound/zone/noise/gis/place",{params:data})
}
+const getTrendChart = function(data){
+ return axios.post("/sound/zone/noise/trend/chart",data)
+}
export {
pageBillUrl,
saveZoneNoiseBill,
@@ -86,6 +89,7 @@ export {
statisticYearUrl,
listALlZoneNoise,
statisticLevelDistributionUrl,
- getPlaceGis
+ getPlaceGis,
+ getTrendChart
}
diff --git a/src/views/sound/zone/trend/index.vue b/src/views/sound/zone/trend/index.vue
new file mode 100644
index 0000000..e334fcb
--- /dev/null
+++ b/src/views/sound/zone/trend/index.vue
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开始统计
+
+
+
+
+
+
+
+
+
+
+
+