diff --git a/ui/dasadmin/src/views/backend/dashboard.vue b/ui/dasadmin/src/views/backend/dashboard.vue index d2d58e44..eab68704 100644 --- a/ui/dasadmin/src/views/backend/dashboard.vue +++ b/ui/dasadmin/src/views/backend/dashboard.vue @@ -5,7 +5,66 @@
- + +
+
+
+ {{realData.attributeMap.windfarmavgwindspeed}} + m/s +
+
平均风速
+
+
+
+
+
+ {{realData.attributeMap.windfarmactivepower}} + kW +
+
实时有功
+
+
+
+
+
+ {{realData.attributeMap.windfarmreactivepower}} + kvar +
+
实时无功
+
+
+
+
+ +
+ {{realData.attributeMap.windfarmdayprodenergy}} + 万kWh +
+
日发电量
+
+
+
+
+ +
+ {{realData.attributeMap.windfarmmonthprodenergy}} + 万kWh +
+
本月发电量
+
+
+
+
+ +
+ {{realData.attributeMap.windfarmyearprodenergy}} + 万kWh +
+
年发电量
+
+
+ +
@@ -602,6 +661,7 @@ $labelHeight: 30px; margin: 5px; align-items: center; color: #4E5969; + justify-content: space-between; .small-panel-pic{ width: 80px; height: 80px; @@ -610,6 +670,14 @@ $labelHeight: 30px; text-align: center; border-right: 1px #eeeeee solid; } + .smallBox{ + width: 18%; + .small-base{ + text-align: center; + border-right: 1px #eeeeee solid; + } + } + } }