光伏功能

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

@ -54,17 +54,22 @@
</u-form>
<view style="display: flex;">
<button type="success" size="mini" @click="handleIssue" style="background-color: #009458;color: #fff"
<view style="display: flex;flex-wrap:wrap;justify-content: space-between;">
<button type="success" size="mini" @click="handleIssue" style="background-color: #009458;color: #fff;width: 40%;"
:loading="isMoreLoading" :disabled="deliveryLoading"
v-show="vuex_permissions.includes('strategy:planCurveDis:commandIssuance')">
{{ $t('homePage.policy.commandDistribution') }}
</button>
<button type="success" size="mini" @click="handleControlDelivery"
style="background-color: #009458; color: #fff" :loading="deliveryLoading" :disabled="isMoreLoading"
style="background-color: #009458; color: #fff;width: 40%;" :loading="deliveryLoading" :disabled="isMoreLoading"
v-show="vuex_permissions.includes('strategy:planCurveDis:commandIssuanceData')">
{{ $t('homePage.policy.controlDistribution') }}
</button>
<button type="success" size="mini"
style="background-color: #009458; color: #fff;margin-top: 10px;width: 90%;" :disabled="isMoreLoading"
v-show="vuex_permissions.includes('strategy:planCurveDis:commandIssuanceData')">
{{ $t('homePage.home.pvSwitch') }}
</button>
</view>
</view>