修改粉尘大屏
This commit is contained in:
parent
7ab10a9921
commit
c294b38e82
@ -35,6 +35,7 @@ let pmtest = ref({
|
|||||||
title: 'PM测试',
|
title: 'PM测试',
|
||||||
value: { two: '44', ten: '51' }
|
value: { two: '44', ten: '51' }
|
||||||
})
|
})
|
||||||
|
document.title = t('messages.environment_dust')
|
||||||
type pmData = {
|
type pmData = {
|
||||||
title: string,
|
title: string,
|
||||||
devId:string,
|
devId:string,
|
||||||
@ -62,7 +63,12 @@ async function getData() {
|
|||||||
ten: '0'
|
ten: '0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (title[0] == "厂区") {
|
||||||
|
pmData.unshift(temp)
|
||||||
|
} else {
|
||||||
pmData.push(temp)
|
pmData.push(temp)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user