注释域名详情页自动续费按钮
This commit is contained in:
parent
45929cee6e
commit
dbeca07573
@ -75,14 +75,14 @@
|
|||||||
>
|
>
|
||||||
管理DNS
|
管理DNS
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<!-- <Button
|
||||||
@click="toggleAutoRenew"
|
@click="toggleAutoRenew"
|
||||||
:loading="autoRenewLoading"
|
:loading="autoRenewLoading"
|
||||||
variant="outline"
|
variant="outline"
|
||||||
class="bg-gray-100 text-gray-700 hover:bg-gray-200"
|
class="bg-gray-100 text-gray-700 hover:bg-gray-200"
|
||||||
>
|
>
|
||||||
{{ $domain.pg.auto_renew ? '关闭自动续费' : '开启自动续费' }}
|
{{ $domain.pg.auto_renew ? '关闭自动续费' : '开启自动续费' }}
|
||||||
</Button>
|
</Button> -->
|
||||||
<Button
|
<Button
|
||||||
@click="toggleWhoisProtection"
|
@click="toggleWhoisProtection"
|
||||||
:loading="whoisProtectionLoading"
|
:loading="whoisProtectionLoading"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user