市同比与年同比

This commit is contained in:
weicw
2021-08-26 16:32:25 +08:00
parent 59e13d11c1
commit c903f1ec6f
6 changed files with 408 additions and 733 deletions

View File

@@ -50,6 +50,7 @@ const updateZoneNoise = function (data) {
// -------------------------统计---------------------
const pageZoneNoiseStatisticUrl = '/sound/zone/noise/statistic';
const statisticSourceUrl = '/sound/zone/noise/statistic/source';
const statisticYearUrl = '/sound/zone/noise/statistic/year';
const getHistoryyears = function () {
return axios.get("/sound/zone/noise/history-year")
}
@@ -73,6 +74,7 @@ export {
pageZoneNoiseStatisticUrl,
getHistoryyears,
getColumnOptions,
statisticSourceUrl
statisticSourceUrl,
statisticYearUrl
}