|
@@ -75,10 +75,10 @@
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="status ">
|
|
|
- <span class="svg-icon svg-icon-yellow">
|
|
|
+ <span class="svg-icon svg-icon-pink">
|
|
|
<svg-icon svgid="svg-limit-power" style="margin:3px 0.3704vh -3px 0;" />
|
|
|
</span>
|
|
|
- <span class="text yellow">
|
|
|
+ <span class="text pink">
|
|
|
限电
|
|
|
</span>
|
|
|
</div>
|
|
@@ -237,7 +237,7 @@
|
|
|
<script>
|
|
|
import HoverBarChart from "../../../../components/chart/bar/hover-bar-chart.vue";
|
|
|
import MultipleBarChart from "../../../../components/chart/bar/multiple-bar-chart.vue";
|
|
|
-import MultipleLineChart from "../../../../components/chart/line/multiple-line-chart.vue";
|
|
|
+import MultipleLineChart from "../../../../components/chart/line/double-line-chart.vue";
|
|
|
import NormalLineChart from "../../../../components/chart/line/normal-line-chart.vue";
|
|
|
import DualPieChart from "../../../../components/chart/pie/dual-pie-chart.vue";
|
|
|
import BtnGroupDouble from "../../../../components/coms/btn/btn-group-double.vue";
|
|
@@ -452,42 +452,42 @@ export default {
|
|
|
value: [
|
|
|
{
|
|
|
title: "应发功率",
|
|
|
- yAxisIndex: 1, // 使用单位
|
|
|
+ smooth: true, // 使用单位
|
|
|
value: [],
|
|
|
},
|
|
|
{
|
|
|
title: "实发功率",
|
|
|
- yAxisIndex: 1, // 使用单位
|
|
|
+ smooth: true, // 使用单位
|
|
|
value: [],
|
|
|
},
|
|
|
{
|
|
|
title: "理论功率",
|
|
|
- yAxisIndex: 1, // 使用单位
|
|
|
+ smooth: true, // 使用单位
|
|
|
value: [],
|
|
|
},
|
|
|
{
|
|
|
title: "预测功率",
|
|
|
- yAxisIndex: 1, // 使用单位
|
|
|
+ smooth: true, // 使用单位
|
|
|
value: [],
|
|
|
},
|
|
|
{
|
|
|
title: "保证功率",
|
|
|
- yAxisIndex: 1, // 使用单位
|
|
|
+ smooth: true, // 使用单位
|
|
|
value: [],
|
|
|
},
|
|
|
{
|
|
|
title: "平均风速",
|
|
|
- yAxisIndex: 1, // 使用单位
|
|
|
+ smooth: true, // 使用单位
|
|
|
value: [],
|
|
|
},
|
|
|
{
|
|
|
title: "小时预测功率",
|
|
|
- yAxisIndex: 1, // 使用单位
|
|
|
+ smooth: true, // 使用单位
|
|
|
value: [],
|
|
|
},
|
|
|
{
|
|
|
title: "最有功率律",
|
|
|
- yAxisIndex: 1, // 使用单位
|
|
|
+ smooth: true, // 使用单位
|
|
|
value: [],
|
|
|
},
|
|
|
],
|