修改样式

master
夜笙歌 2 years ago
parent 7541532af9
commit 42566617fa

@ -2329,7 +2329,7 @@ const energyConsumption = (res, ids) => {
// max: 40, // max: 40,
// interval: 10, // interval: 10,
axisLabel: { axisLabel: {
formatter: '{value} ml' formatter: '{value} t'
}, },
splitLine: { splitLine: {
show: false, show: false,
@ -2350,7 +2350,7 @@ const energyConsumption = (res, ids) => {
// max: 20, // max: 20,
// interval: 5, // interval: 5,
axisLabel: { axisLabel: {
formatter: '{value} °C' formatter: '{value} kw·h'
}, },
splitLine: { splitLine: {
show: false, show: false,

@ -6,10 +6,10 @@ $(() => {
}); });
//设备运行状态 //设备运行状态
// $.getJSON(`/foamBox/getRunStatusJson?ids=${ids}`, function (result) { $.getJSON(`/foamBox/getRunStatusJson?ids=${ids}`, function (result) {
// deviceStatus(result); deviceStatus(result);
// }); });
deviceStatus([1,1,1,1,1,1]); // deviceStatus([1,1,1,1,1,1]);
//库存统计 //库存统计

Loading…
Cancel
Save