删除域名详情页的冗余按钮
This commit is contained in:
parent
d863ade893
commit
043139b7e3
@ -122,21 +122,6 @@
|
|||||||
>
|
>
|
||||||
{{ $domain.pg.auto_renew ? '关闭自动续费' : '开启自动续费' }}
|
{{ $domain.pg.auto_renew ? '关闭自动续费' : '开启自动续费' }}
|
||||||
</Button> -->
|
</Button> -->
|
||||||
<Button
|
|
||||||
@click="toggleWhoisProtection"
|
|
||||||
:loading="whoisProtectionLoading"
|
|
||||||
variant="outline"
|
|
||||||
class="bg-gray-100 text-gray-700 hover:bg-gray-200"
|
|
||||||
>
|
|
||||||
{{ $domain.pg.whois_protection ? '关闭隐私保护' : '开启隐私保护' }}
|
|
||||||
</Button>
|
|
||||||
<Button
|
|
||||||
@click="showUploadRealName"
|
|
||||||
variant="outline"
|
|
||||||
class="bg-blue-100 text-blue-700 hover:bg-blue-200"
|
|
||||||
>
|
|
||||||
上传实名资料
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user