单风机:温度显示调整为塔基内温度

This commit is contained in:
高云鹏 2024-12-20 14:11:32 +08:00
parent 695c95769e
commit 416e3159f5

View File

@ -699,7 +699,7 @@ const temperatureChartsData: { name: string; value: string | number }[] = [
value: 0, value: 0,
}, },
{ {
name: '环境温度(°C)', name: '塔基柜温度(°C)',
value: 0, value: 0,
}, },
] ]
@ -1002,7 +1002,7 @@ const createRealTimeData = async () => {
temperatureChartsData[0].value = getCutDecimalsValue(realData.itempoutdoor_1sec) temperatureChartsData[0].value = getCutDecimalsValue(realData.itempoutdoor_1sec)
temperatureChartsData[1].value = getCutDecimalsValue(realData.itempnacelle_1sec) temperatureChartsData[1].value = getCutDecimalsValue(realData.itempnacelle_1sec)
temperatureChartsData[2].value = getCutDecimalsValue(realData.itempoutdoor_1sec) temperatureChartsData[2].value = getCutDecimalsValue(realData.itempcabinettowerbase_1sec)
const overviewDatakeys: any = Object.keys(overviewData) const overviewDatakeys: any = Object.keys(overviewData)
const sigleDataKeys: any = Object.keys(realTimeDataForSingle.value) const sigleDataKeys: any = Object.keys(realTimeDataForSingle.value)