diff --git a/src/components/content/windPressure/WindPressureList.vue b/src/components/content/windPressure/WindPressureList.vue index ea62c89..d248325 100644 --- a/src/components/content/windPressure/WindPressureList.vue +++ b/src/components/content/windPressure/WindPressureList.vue @@ -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 } /**