|
@@ -528,7 +528,8 @@
|
|
|
<row align="middle">
|
|
|
<div class="situation-item fengji">
|
|
|
<div class="icon fengji-icon svg-icon svg-icon-white">
|
|
|
- <svg-icon class="" svgid="svg-风机" />
|
|
|
+ <svg-icon class="" :svgid="wpId === '-2' || wpId.indexOf('GDC') !== -1 ? 'svg-photovoltaic' : 'svg-风机'" />
|
|
|
+
|
|
|
</div>
|
|
|
<div class="info">
|
|
|
<div class="title green">接入设备</div>
|
|
@@ -977,9 +978,9 @@ export default {
|
|
|
success(res) {
|
|
|
that.powerData = [
|
|
|
{
|
|
|
- title: that.wpId === '-2' ? "日照强度" : "风速",
|
|
|
+ title: that.wpId === '-2' || that.wpId.indexOf('GDC') !== -1 ? "日照强度" : "风速",
|
|
|
value: res.data.jczbmap.ssfs,
|
|
|
- dialogTitle: that.wpId === '-2' ? "日照强度详情" : "风速详情",
|
|
|
+ dialogTitle: that.wpId === '-2' || that.wpId.indexOf('GDC') !== -1 ? "日照强度详情" : "风速详情",
|
|
|
subUrl: "genreset/findGLDetail",
|
|
|
targetName: "ssfs",
|
|
|
dialogType: "powerLineChart",
|