光伏功能

This commit is contained in:
huangjp
2025-11-07 15:23:08 +08:00
parent 6b4e5cd036
commit c6ea4a8c52
18 changed files with 1256 additions and 132 deletions

View File

@ -105,7 +105,7 @@
</view>
</view>
<view class="month-power">
<Section title="项目月发电量" />
<Section :title="$t('homePage.home.projectMonthlyPower')" />
<view class="power-generation-detail">
<run-chart />
</view>
@ -123,7 +123,7 @@
{{ totalData.totalChargePrice | isNull }}
</view>
<view class="title">
{{ $t("homePage.earning.monthTotalChargePrice") }}
{{ $t("homePage.home.enmonthTotalChargePrice") }}
</view>
</view>
<view class="right-value t-fdzl"> </view>
@ -138,7 +138,7 @@
{{ totalData.totalDisChargePrice | isNull }}
</view>
<view class="title">
{{ $t("homePage.earning.monthTotalDisChargePrice") }}
{{ $t("homePage.home.enmonthTotalDisChargePrice") }}
</view>
</view>
<view class="right-value t-swdl"> </view>
@ -150,7 +150,7 @@
{{ totalData.income | isNull }}
</view>
<view class="title">
{{ $t("homePage.earning.earnings") }}
{{ $t("homePage.home.enearnings") }}
</view>
<view class="bg"> </view>
</view>