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; }