SunZehao 3 týždňov pred
rodič
commit
d9f32f31d3

+ 14 - 12
src/views/economicsOperation/windAnalyse/monthlyAnalysis/reportDialog.vue

@@ -493,7 +493,7 @@ export default {
         yAxis: [
           {
             type: "value",
-            name: "日发电量(kWh)",
+            name: "日发电量(kWh)",
             // min: 0,
             // max: 250,
             // interval: 50,
@@ -601,16 +601,18 @@ export default {
       let option = {
         backgroundColor: this.showWhite ? "#fff" : "",
         // color: ["#e17e23", "#ba3237", "#c531c7", "#000", "#05bb4c"],
-        color: ["#2999a0",
-        "#67b9ff",
-        "#ff6271",
-        "#05b2fa",
-        "#0ef167",
-        "#05bb4c",
-        "#4b55ae",
-        "#EDB32F",
-        "#DB5520",
-        "#323E6F"],
+        color: [
+          "#2999a0",
+          "#67b9ff",
+          "#ff6271",
+          "#05b2fa",
+          "#0ef167",
+          "#05bb4c",
+          "#4b55ae",
+          "#EDB32F",
+          "#DB5520",
+          "#323E6F",
+        ],
         title: {
           text: "损失电量分析",
           textStyle: {
@@ -642,7 +644,7 @@ export default {
         yAxis: [
           {
             type: "value",
-            name: "kWh",
+            name: "kWh",
             nameTextStyle: {
               color: this.showWhite ? "#000" : "#fff",
             },