光伏功能

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

@ -8,10 +8,10 @@
<zero-loading v-if="loading"></zero-loading>
<view v-else style="height: calc(100% - 100rpx);">
<view class="search">
<luyj-tree-search>
<!-- <view class="search">
<luyj-tree-search :placeholder="$t('homePage.home.revenue')">
</luyj-tree-search>
</view>
</view> -->
<view class="p_content">
<view class="selectContent">
<view class="p_box selectItem" v-for="(item,index) in labeArr" :key="index" @click="toUrl(item)">
@ -43,12 +43,12 @@
},
labeArr: [
{
label: '储能收益报表',
label: this.$t("homePage.home.energyStorageRevenueReport"),
icon: require('@/static/aidex/images/earningSelect.png'),
url: '/pages/home-page/earnings/index'
},
{
label: '光伏收益报表',
label: this.$t("homePage.home.pvStorageRevenueReport"),
icon: require('@/static/aidex/images/earningSelect.png'),
url: '/pages/home-page/lights/index'
},