|
@@ -625,28 +625,32 @@ export default {
|
|
|
dialogTitle: "风速详情",
|
|
|
subUrl: "genreset/findGLDetail",
|
|
|
targetName: "ssfs",
|
|
|
- dialogType: "powerLineChart"
|
|
|
+ dialogType: "powerLineChart",
|
|
|
+ max: res.data.jczbmap.zjts
|
|
|
}, {
|
|
|
title: "保证功率",
|
|
|
value: res.data.jczbmap.bzgl,
|
|
|
dialogTitle: "保证功率详情",
|
|
|
subUrl: "genreset/findGLDetail",
|
|
|
targetName: "bzgl",
|
|
|
- dialogType: "powerLineChart"
|
|
|
+ dialogType: "powerLineChart",
|
|
|
+ max: res.data.jczbmap.zjts
|
|
|
}, {
|
|
|
title: "应发功率",
|
|
|
value: res.data.jczbmap.yfgl,
|
|
|
dialogTitle: "应发功率详情",
|
|
|
subUrl: "genreset/findGLDetail",
|
|
|
targetName: "yfgl",
|
|
|
- dialogType: "powerLineChart"
|
|
|
+ dialogType: "powerLineChart",
|
|
|
+ max: res.data.jczbmap.zjts
|
|
|
}, {
|
|
|
title: "实际功率",
|
|
|
value: res.data.jczbmap.sjgl,
|
|
|
dialogTitle: "实际功率详情",
|
|
|
subUrl: "genreset/findGLDetail",
|
|
|
targetName: "sjgl",
|
|
|
- dialogType: "powerLineChart"
|
|
|
+ dialogType: "powerLineChart",
|
|
|
+ max: res.data.jczbmap.zjts
|
|
|
}];
|
|
|
|
|
|
that.DayPower = DayPower;
|