修改文字

This commit is contained in:
GoEdgeLab
2023-07-13 19:55:04 +08:00
parent 5176a9ea41
commit 48227373d8
3 changed files with 4 additions and 4 deletions

View File

@@ -38,9 +38,9 @@
<td>{{info.beginTime}} - {{info.endTime}}</td>
</tr>
<tr>
<td>引用服务</td>
<td>引用网站</td>
<td>
<span class="disabled" v-if="servers.length == 0">暂时没有引用此证书的服务</span>
<span class="disabled" v-if="servers.length == 0">暂时没有引用此证书的网站</span>
<div v-if="servers.length > 0">
<a v-for="server in servers" :href="'/servers/server/settings/https?serverId=' + server.id" target="_blank" class="ui label small basic">{{server.name}}</a>
</div>

View File

@@ -45,7 +45,7 @@
<th>域名</th>
<th>生效日期</th>
<th>过期日期</th>
<th class="center">引用服务</th>
<th class="center">引用网站</th>
<th>所属用户</th>
<th class="center">状态</th>
<th class="three op">操作</th>

View File

@@ -50,7 +50,7 @@
<th>证书说明</th>
<th>域名</th>
<th>过期日期</th>
<th v-if="viewSize == 'normal'">引用服务</th>
<th v-if="viewSize == 'normal'">引用网站</th>
<th>状态</th>
<th class="one op">操作</th>
</tr>