From ed28c7ad7a6c9731547fc294e8c5d980b0720023 Mon Sep 17 00:00:00 2001 From: fengrong Date: Wed, 18 Dec 2024 11:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/backend/home/windMatrix.vue | 68 +++++++++++++------ 1 file changed, 46 insertions(+), 22 deletions(-) diff --git a/ui/dasadmin/src/views/backend/home/windMatrix.vue b/ui/dasadmin/src/views/backend/home/windMatrix.vue index 9948dab4..f7312bb2 100644 --- a/ui/dasadmin/src/views/backend/home/windMatrix.vue +++ b/ui/dasadmin/src/views/backend/home/windMatrix.vue @@ -7,15 +7,15 @@ @contextmenu.prevent="windContextMenu($event,item)" >
+ '': item.standard==1, + '': item.standard==0, + 'wind-offline': item.attributeMap.processedoperationmode == 33 + }">
- - - + + + {{ item.name }} 并网 待机 @@ -37,16 +37,43 @@ >通讯中断
- - - + + +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+ +
+ {{ item.attributeMap.iwindspeed }} + m/s +
+
+ {{ item.attributeMap.igenpower }} + kW +
+
+ {{ item.attributeMap.ikwhthisday }} + kWh +
+
已锁定
- @@ -62,11 +89,11 @@ >启动 停机 复位 - 锁定 + 锁定 解锁 { text-align: center; top: 5px; left: 17px; - /* z-index: 3;*/ + /* z-index: 3;*/ } .leafs { - /* z-index: 1;*/ + /* z-index: 1;*/ position: absolute; /* animation: leafRotate 1s infinite linear;*/ transform-origin: center center; @@ -487,7 +511,7 @@ const hexToRgba = (hex, alpha) => { justify-content: space-between; align-items: center; width: 80px; - /* height: 80px;*/ + /* height: 80px;*/ .el-button { margin: 5px; }