Browse Source

健康部分状态修改

liujiejie 2 weeks ago
parent
commit
98b600a0c0

+ 2 - 2
downLoadServer/src/server/utils/chartsCom/PlotlyCharts.js

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2025-05-15 15:22:19
- * @LastEditTime: 2025-06-23 10:08:03
+ * @LastEditTime: 2025-07-04 17:03:47
  * @LastEditors: bogon
  * @Description: In User Settings Edit
  * @FilePath: /downLoadServer/src/server/utils/chartsCom/PlotlyCharts.js
@@ -72,7 +72,7 @@ export const generatePlotlyCharts = async (
 
     const layout = {
       title: {
-        text: `有功功率曲线分析${chartData.engineTypeName}机型`,
+        text: `风速功率曲线分析${chartData.engineTypeName}机型`,
         font: { size: 16, weight: "bold" },
       },
       xaxis: { title: { text: "风速(m / s)" || "X轴" }, gridcolor: "#fff" },

+ 2 - 2
downLoadServer/src/server/utils/chartsCom/PlotlyChartsFen.js

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2025-05-23 17:19:20
- * @LastEditTime: 2025-06-23 10:36:03
+ * @LastEditTime: 2025-07-04 17:03:11
  * @LastEditors: bogon
  * @Description: In User Settings Edit
  * @FilePath: /downLoadServer/src/server/utils/chartsCom/PlotlyChartsFen.js
@@ -116,7 +116,7 @@ export const generatePlotlyChartsFen = async (
       // 准备布局配置
       const layout = {
         title: {
-          text: `${enginName}风机有功功率曲线分析`,
+          text: `机组 ${enginName}风速功率曲线分析`,
           font: {
             size: 16,
             weight: "bold",

+ 3 - 3
src/views/performance/components/PlotlyCharts.vue

@@ -231,7 +231,7 @@ export default {
       // 配置图表布局
       const layout = {
         title: {
-          text: `有功功率曲线分析${this.lineMarkerData.engineTypeName}机型`,
+          text: `风速功率曲线分析${this.lineMarkerData.engineTypeName}机型`,
           font: {
             size: 16, // 设置标题字体大小(默认 16)
             weight: "bold",
@@ -275,8 +275,8 @@ export default {
         const layout = {
           title: {
             text:
-              fentuCharts[0]?.enginName + "风机有功功率曲线分析" ||
-              fentuCharts[0]?.enginCode + "风机有功功率曲线分析",
+              "机组" + fentuCharts[0]?.enginName + "风速功率曲线分析" ||
+              "机组" + fentuCharts[0]?.enginCode + "风速功率曲线分析",
             font: {
               size: 16, // 设置标题字体大小(默认 16)
               weight: "bold",