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