Browse Source

联调功率预测模块概要页面接口(今日功率预测(二级详情页面),今日风速预测(二级详情页面),功率统计,预测考核分数,通讯预警,测风塔预警,风机数据,中国数值气象,欧洲数据气象);全景功率页面及其二级页;

SunZehao 5 months ago
parent
commit
3f29cc3878

+ 2 - 1
.env.development

@@ -28,7 +28,8 @@ VUE_APP_REPORT_URL = 'http://192.168.0.102:9001'
 # VUE_APP_REPORT_URL = 'http://192.168.2.232:9001'
 
 # 功率预测
-VUE_APP_BASE_URL = 'http://192.168.0.102:8086'
+# 徐世利
+VUE_APP_BASE_URL = 'http://192.168.2.159:8086'
 # 马力军
 # VUE_APP_BASE_URL = 'http://192.168.2.45:8086'
 # 王波

File diff suppressed because it is too large
+ 747 - 915
src/components/powerPredictionComponent/homePageAssembly/globalDialogPage.vue


File diff suppressed because it is too large
+ 457 - 564
src/components/powerPredictionComponent/panoramicPowerDialog/panoramaPowerDialogPage.vue


File diff suppressed because it is too large
+ 669 - 845
src/components/powerPredictionComponent/powerPredictionDialog/predictionDialogPage.vue


File diff suppressed because it is too large
+ 923 - 946
src/views/powerPrediction/batteryDivinerPage.vue


File diff suppressed because it is too large
+ 2199 - 2227
src/views/powerPrediction/homePageNoMap.vue


File diff suppressed because it is too large
+ 695 - 728
src/views/powerPrediction/panoramicPower.vue


File diff suppressed because it is too large
+ 1438 - 1491
src/views/powerPrediction/powerPredictionPage.vue


File diff suppressed because it is too large
+ 835 - 878
src/views/powerPrediction/statisticalSummaryPage.vue


File diff suppressed because it is too large
+ 1917 - 1951
src/views/powerPrediction/weatherPage.vue


+ 2 - 9
src/viewsCss/homePageNoMapLess.less

@@ -84,7 +84,8 @@
                     left: 17px;
                 }
 
-                .styleData {
+                .styleData,
+                .styleOneData {
                     position: absolute;
                     top: 5px;
                     right: 40px;
@@ -102,14 +103,6 @@
                         text-align: center;
                     }
 
-                    span:nth-child(1) {
-                        border-right: none;
-                        border-radius: 4px 0px 0px 4px;
-                    }
-
-                    span:nth-child(2) {
-                        border-radius: 0px 4px 4px 0px;
-                    }
                 }
             }
         }