mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	修改文字
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user