网站服务--访问日志增加服务链接

This commit is contained in:
刘祥超
2021-10-19 16:32:08 +08:00
parent 03ac01d21f
commit b09d94abbe
2 changed files with 5 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
<table class="ui table selectable" v-if="accessLogs.length > 0">
<!-- 这里之所以需要添加 :key是因为要不然不会刷新显示 -->
<tr v-for="accessLog in accessLogs" :key="accessLog.requestId">
<td><http-access-log-box :v-access-log="accessLog" :v-keyword="keyword"></http-access-log-box></td>
<td><http-access-log-box :v-access-log="accessLog" :v-keyword="keyword" :v-show-server-link="true"></http-access-log-box></td>
</tr>
</table>