将ACME申请证书功能中部分“服务商”文字改为“证书服务商”/没有DNS服务商时提示用户添加

This commit is contained in:
刘祥超
2024-03-12 10:41:19 +08:00
parent dcf02f4509
commit 5d5d129604
6 changed files with 9 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
</td>
</tr>
<tr>
<td class="title">服务商 *</td>
<td class="title">证书服务商 *</td>
<td>
<span v-if="account.provider != null">{{account.provider.name}}</span>
<span v-else class="disabled">服务商已失效</span>