浏览代码

修改 江

rui.jiang 4 月之前
父节点
当前提交
987b159544

+ 4 - 6
src/views/health/vibration.vue

@@ -164,7 +164,7 @@
                 :activeIndex="index"
                 :ids="[currentRow.id]"
                 :currentRow="currentRow"
-                      :windCode="windCode"
+                :windCode="windCode"
                 @update:currentIndex="handleCurrentIndexUpdate"
                 @update-previous-row="goToPreviousRow"
                 @update-next-row="goToNextRow"
@@ -179,7 +179,7 @@
                 :activeIndex="index"
                 :currentRow="currentRow"
                 :ids="[currentRow.id]"
-                      :windCode="windCode"
+                :windCode="windCode"
                 @update:currentIndex="handleCurrentIndexUpdate"
                 @update-previous-row="goToPreviousRow"
                 @update-next-row="goToNextRow"
@@ -653,7 +653,7 @@ export default {
       };
 
       axios
-        .post("/Wjapi/analysis/trend", params)
+        .post("/WJapi/analysis/trend", params)
         .then((res) => {
           this.qsList = JSON.parse(res.data);
           this.fourList.push(newItem);
@@ -669,9 +669,7 @@ export default {
         startTime: this.$formatDateTWO(this.timevalue[0]),
         endTime: this.$formatDateTWO(this.timevalue[1]),
       };
-      console.log(params,'params');
-      
-  
+      console.log(params, "params");
 
       // const params = {
       //   endTime: "2024-07-02 00:00:00",

+ 8 - 8
src/views/overview/components/analysis_information/index.vue

@@ -7,11 +7,11 @@
           {{ fieldInfo.fieldName }}位于{{ fieldInfo.provinceName
           }}{{ fieldInfo.cityName }}
           ,海拔高度为
-          <span class="headerMessage"> {{ fieldInfo.elevationHeight }} </span>
+          <span class="headerMessage"> {{ fieldInfo.elevationHeight }} </span>
           ,所在经纬度为经度
-          <span class="headerMessage"> {{ fieldInfo.longitude }} </span>
+          <span class="headerMessage"> {{ fieldInfo.longitude }} </span>°
           ,纬度
-          <span class="headerMessage">{{ fieldInfo.latitude }} </span>
+          <span class="headerMessage">{{ fieldInfo.latitude }} </span>° 
         </div>
         <div>
           该风电场由大唐研究院管理,风场总容量为
@@ -182,9 +182,9 @@ export default {
   }
 
   ::v-deep .el-tag--warning {
-    background-color: #fdf6ec !important;
-    border-color: #faecd8 !important;
-    color: #e6a23c !important;
+    background-color: #0080803a !important;
+    border-color: #0080803a !important;
+    color: #008080 !important;
   }
 }
 
@@ -300,7 +300,7 @@ export default {
       color: #303133;
       font-size: 13px;
       font-weight: 500;
-      margin-bottom: 10px;
+      // margin-bottom: 10px;
     }
   }
 
@@ -308,7 +308,7 @@ export default {
     padding: 10px;
     font-size: 14px;
     color: #606266;
-    line-height: 40px;
+    line-height: 22px;
 
     .headerMessage {
       font-size: 16px;

+ 20 - 0
src/views/overview/components/cp/index.vue

@@ -310,6 +310,26 @@ export default {
     overflow: auto;
     padding: 20px;
     flex: 1;
+    &::-webkit-scrollbar {
+      width: 6px; /* 滚动条宽度 */
+    }
+
+    /* 滚动条轨道 */
+    &::-webkit-scrollbar-track {
+      background: #f5f7fa;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块 */
+    &::-webkit-scrollbar-thumb {
+      background: #c0c4cc;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块悬停时 */
+    &::-webkit-scrollbar-thumb:hover {
+      background: #909399;
+    }
   }
 
   .right {

+ 20 - 0
src/views/overview/components/cp_windspeed/index.vue

@@ -310,6 +310,26 @@ export default {
     overflow: auto;
     padding: 20px;
     flex: 1;
+    &::-webkit-scrollbar {
+      width: 6px; /* 滚动条宽度 */
+    }
+
+    /* 滚动条轨道 */
+    &::-webkit-scrollbar-track {
+      background: #f5f7fa;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块 */
+    &::-webkit-scrollbar-thumb {
+      background: #c0c4cc;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块悬停时 */
+    &::-webkit-scrollbar-thumb:hover {
+      background: #909399;
+    }
   }
 
   .right {

+ 21 - 0
src/views/overview/components/data_integrity_minute/index.vue

@@ -292,6 +292,27 @@ export default {
     overflow: auto;
     padding: 20px;
     flex: 1;
+      /* 滚动条整体样式 */
+      &::-webkit-scrollbar {
+      width: 6px; /* 滚动条宽度 */
+    }
+
+    /* 滚动条轨道 */
+    &::-webkit-scrollbar-track {
+      background: #f5f7fa;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块 */
+    &::-webkit-scrollbar-thumb {
+      background: #c0c4cc;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块悬停时 */
+    &::-webkit-scrollbar-thumb:hover {
+      background: #909399;
+    }
   }
   .right {
     width: 250px;

+ 22 - 0
src/views/overview/components/data_integrity_second/index.vue

@@ -291,6 +291,28 @@ export default {
     overflow: auto;
     padding: 20px;
     flex: 1;
+
+      /* 滚动条整体样式 */
+      &::-webkit-scrollbar {
+      width: 6px; /* 滚动条宽度 */
+    }
+
+    /* 滚动条轨道 */
+    &::-webkit-scrollbar-track {
+      background: #f5f7fa;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块 */
+    &::-webkit-scrollbar-thumb {
+      background: #c0c4cc;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块悬停时 */
+    &::-webkit-scrollbar-thumb:hover {
+      background: #909399;
+    }
   }
   .right {
     width: 250px;

+ 6 - 6
src/views/overview/components/production_indicator_all/index.vue

@@ -47,9 +47,9 @@
             max-height="500"
             align="center"
           >
-            <el-table-column prop="EPActualTotal" label="实发电量">
+            <el-table-column prop="EPActualTotal" label="实发电量(瓦)">
             </el-table-column>
-            <el-table-column prop="TurbinePowerRate" label="风机能量利用率">
+            <el-table-column prop="TurbinePowerRate" label="风机能量利用率(百分比)">
             </el-table-column>
             <el-table-column prop="EPLostStopPercent" label="停机损失百分比">
             </el-table-column>
@@ -68,7 +68,7 @@
             </el-table-column>
             <el-table-column prop="variance_width" label="功率水平方差">
             </el-table-column>
-            <el-table-column prop="WindSpeedAvr" label="平均风速">
+            <el-table-column prop="WindSpeedAvr" label="平均风速(m/s)">
             </el-table-column>
             <el-table-column prop="Thi" label="利用小时"> </el-table-column>
             <el-table-column prop="Ws" label="功率曲线一致性系数">
@@ -81,11 +81,11 @@
             style="width: 100%"
             align="center"
           >
-            <el-table-column prop="Qp" label="风场总发电量"> </el-table-column>
+            <el-table-column prop="Qp" label="风场总发电量(瓦)"> </el-table-column>
             <el-table-column prop="Thc" label="风场等效利用小时">
             </el-table-column>
-            <el-table-column prop="Rdr" label="风场弃风率"> </el-table-column>
-            <el-table-column prop="Qdr" label="风场弃风电量"> </el-table-column>
+            <el-table-column prop="Rdr" label="风场弃风率(百分比)"> </el-table-column>
+            <el-table-column prop="Qdr" label="风场弃风电量(瓦)"> </el-table-column>
           </el-table>
         </template>
       </div>

+ 21 - 0
src/views/overview/components/speed_power/index.vue

@@ -366,6 +366,27 @@ export default {
     overflow: auto;
     padding: 20px;
     flex: 1;
+        /* 滚动条整体样式 */
+        &::-webkit-scrollbar {
+      width: 6px; /* 滚动条宽度 */
+    }
+
+    /* 滚动条轨道 */
+    &::-webkit-scrollbar-track {
+      background: #f5f7fa;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块 */
+    &::-webkit-scrollbar-thumb {
+      background: #c0c4cc;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块悬停时 */
+    &::-webkit-scrollbar-thumb:hover {
+      background: #909399;
+    }
   }
 
   .right {

+ 21 - 0
src/views/overview/components/speed_torque/index.vue

@@ -373,6 +373,27 @@ export default {
     overflow: auto;
     padding: 20px;
     flex: 1;
+        /* 滚动条整体样式 */
+        &::-webkit-scrollbar {
+      width: 6px; /* 滚动条宽度 */
+    }
+
+    /* 滚动条轨道 */
+    &::-webkit-scrollbar-track {
+      background: #f5f7fa;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块 */
+    &::-webkit-scrollbar-thumb {
+      background: #c0c4cc;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块悬停时 */
+    &::-webkit-scrollbar-thumb:hover {
+      background: #909399;
+    }
   }
 
   .right {

+ 21 - 0
src/views/overview/components/tsr/index.vue

@@ -305,6 +305,27 @@ export default {
     overflow: auto;
     padding: 20px;
     flex: 1;
+       /* 滚动条整体样式 */
+       &::-webkit-scrollbar {
+      width: 6px; /* 滚动条宽度 */
+    }
+
+    /* 滚动条轨道 */
+    &::-webkit-scrollbar-track {
+      background: #f5f7fa;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块 */
+    &::-webkit-scrollbar-thumb {
+      background: #c0c4cc;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块悬停时 */
+    &::-webkit-scrollbar-thumb:hover {
+      background: #909399;
+    }
   }
 
   .right {

+ 21 - 0
src/views/overview/components/tsr_windspeed/index.vue

@@ -305,6 +305,27 @@ export default {
     overflow: auto;
     padding: 20px;
     flex: 1;
+       /* 滚动条整体样式 */
+       &::-webkit-scrollbar {
+      width: 6px; /* 滚动条宽度 */
+    }
+
+    /* 滚动条轨道 */
+    &::-webkit-scrollbar-track {
+      background: #f5f7fa;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块 */
+    &::-webkit-scrollbar-thumb {
+      background: #c0c4cc;
+      border-radius: 3px;
+    }
+
+    /* 滚动条滑块悬停时 */
+    &::-webkit-scrollbar-thumb:hover {
+      background: #909399;
+    }
   }
 
   .right {

+ 6 - 2
src/views/performance/components/chartsCom/3DDrawingChart.vue

@@ -10,9 +10,9 @@
   <div style="height: 452px">
     <div
       :id="`plotly-3d-chart-` + index"
-      style="width: 100%; height: 400px"
+      style="width: 100%; height: 450px"
     ></div>
-    <div v-loading="loading" ref="plotlyChart" style="height: 400px">
+    <div v-loading="loading" ref="plotlyChart" style="height: 450px">
       <el-empty v-if="isError" description="请求失败"></el-empty>
     </div>
   </div>
@@ -241,4 +241,8 @@ export default {
   width: 100%;
   height: 500px;
 }
+
+::v-deep canvas {
+  height: 400px !important;
+}
 </style>