|
@@ -1130,7 +1130,7 @@ export default {
|
|
|
symbol: "none",
|
|
|
},
|
|
|
{
|
|
|
- name: "应发功率",
|
|
|
+ name: "理论功率",
|
|
|
data: seriesGl,
|
|
|
type: "line",
|
|
|
symbol: "none",
|
|
@@ -1172,7 +1172,7 @@ export default {
|
|
|
top: "20",
|
|
|
itemWidth: 5,
|
|
|
itemHeight: 5,
|
|
|
- data: ["平均风速", "应发功率", "实际功率", "预测功率"],
|
|
|
+ data: ["平均风速", "理论功率", "实际功率", "预测功率"],
|
|
|
textStyle: {
|
|
|
color: theme ? "#1850B3" : "#fff",
|
|
|
},
|
|
@@ -1563,7 +1563,7 @@ export default {
|
|
|
unit: "MW",
|
|
|
},
|
|
|
{
|
|
|
- title: "应发功率",
|
|
|
+ title: "理论功率",
|
|
|
value: it.yfgl,
|
|
|
max: res.data.rl,
|
|
|
unit: "MW",
|
|
@@ -1606,7 +1606,7 @@ export default {
|
|
|
symbol: "none",
|
|
|
},
|
|
|
{
|
|
|
- name: "应发功率",
|
|
|
+ name: "理论功率",
|
|
|
data: seriesGl,
|
|
|
type: "line",
|
|
|
symbol: "none",
|
|
@@ -2624,7 +2624,7 @@ export default {
|
|
|
top: "5",
|
|
|
itemWidth: 5,
|
|
|
itemHeight: 5,
|
|
|
- data: ["平均风速", "应发功率", "实际功率", "预测功率"],
|
|
|
+ data: ["平均风速", "理论功率", "实际功率", "预测功率"],
|
|
|
textStyle: {
|
|
|
color: theme ? "#1850B3" : "#fff",
|
|
|
},
|