Commit 9ca7a679 authored by xinzhedeai's avatar xinzhedeai

图标参数 日期参数

parent f34edae9
......@@ -194,6 +194,7 @@
Axiosx.get(host + '/data/sz/historyInside/shi', {
params: {
code: this.currentSensorId,
daterange: this.createTime ? this.createTime.join(',') : ''
}
}).then(res => {
this.tableList = res.data.body || [];
......
......@@ -244,6 +244,7 @@
Axiosx.get(host + '/data/mp/historyInside', {
params: {
code: this.currentSensorId,
daterange: this.createTime ? this.createTime.join(',') : ''
}
}).then(res => {
this.tableList = res.data.body || [];
......@@ -328,8 +329,6 @@
show: true
},
axisTick: { show: true },
min: -20,
max: 20,
title: {
text: 'Precipitation', // 这是你的 Y 轴标题
color: '#a3e4f5' // 这里设置你的颜色,你可以使用十六进制颜色代码,如 '#FF0000',或者 RGB 等
......@@ -352,8 +351,6 @@
show: true
},
axisTick: { show: true },
min: -20,
max: 20,
}],
grid: { right: 45, top: 40, left: 40, bottom: 25 },
dataZoom: [
......
......@@ -190,6 +190,7 @@
Axiosx.get(host + '/data/sz/historyInside/wen', {
params: {
code: this.currentSensorId,
daterange: this.createTime ? this.createTime.join(',') : ''
}
}).then(res => {
this.tableList = res.data.body || [];
......
......@@ -199,6 +199,7 @@
Axiosx.get(host + '/data/rg/historyInside', {
params: {
code: this.currentSensorId,
daterange: this.createTime ? this.createTime.join(',') : ''
}
}).then(res => {
this.tableList = res.data.body || [];
......
......@@ -191,6 +191,7 @@
Axiosx.get(host + '/data/sz/historyInside/feng', {
params: {
code: this.currentSensorId,
daterange: this.createTime ? this.createTime.join(',') : ''
}
}).then(res => {
this.tableList = res.data.body || [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment