单风机:功率图x轴修改
This commit is contained in:
parent
f034a909fe
commit
c7fcf7c963
@ -1244,7 +1244,7 @@ const getChartData = () => {
|
||||
times[key] = []
|
||||
val[key] = []
|
||||
data[key].times.forEach((item: number, index: number) => {
|
||||
times[key].push(dayjs(item).format('YYYY-MM-DD HH:mm:ss'))
|
||||
times[key].push(dayjs(item).format('HH:mm'))
|
||||
})
|
||||
data[key].values.forEach((item: number) => {
|
||||
val[key].push(item)
|
||||
|
Loading…
Reference in New Issue
Block a user