From c242691a6585be49e3a6495ba522b197eae0575c Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 4 Mar 2024 22:48:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E9=A3=8E=E5=8E=8B=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/content/windPressure/WindPressureList.vue | 3 +++ 1 file changed, 3 insertions(+) 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 } /**