fix : 风压细节优化

This commit is contained in:
2024-03-04 22:48:09 +08:00
parent b417c186e8
commit c242691a65

View File

@@ -140,6 +140,9 @@ const getScreenInfo = (now) => {
}
windPressureArr.push(windPressureObj)
})
if(windPressureArr.map(item=>item.equipmentName).includes('10号风压')){
windPressureArr.push(windPressureArr.shift())
}
wpList.value = windPressureArr
}
/**