|
@@ -791,7 +791,8 @@
|
|
|
>
|
|
|
<template #title>
|
|
|
<div class="dialog-title">
|
|
|
- <div class="title">{{ showName }}</div>
|
|
|
+ <!-- <div class="title">{{ showName }}</div> -->
|
|
|
+ <div class="title">发电量详情</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
<div class="dialog-body" style="height: 500px">
|
|
@@ -2219,7 +2220,7 @@ export default {
|
|
|
wpId,
|
|
|
timetype,
|
|
|
}).then(({ data }) => {
|
|
|
- this.dialogElectric = true;
|
|
|
+ // this.dialogElectric = true;
|
|
|
let sjdlList = data.map((item) => {
|
|
|
if (timetype == "month") {
|
|
|
return {
|