光伏功能
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user