修改样式

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

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

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

Loading…
Cancel
Save