IP名单中的IP增加添加日期显示

This commit is contained in:
刘祥超
2021-11-15 11:31:54 +08:00
parent 35ae13b1c3
commit 72d0468c6a
18 changed files with 79 additions and 15 deletions

View File

@@ -36,6 +36,9 @@ Vue.component("ip-list-table", {
<td>
<span v-if="item.type != 'all'"><keyword :v-word="keyword">{{item.ipFrom}}</keyword><span v-if="item.ipTo.length > 0"> - <keyword :v-word="keyword">{{item.ipTo}}</keyword></span></span>
<span v-else class="disabled">*</span>
<div v-if="item.createdTime != null">
<span class="small disabled">添加于 {{item.createdTime}}</span>
</div>
</td>
<td>
<span v-if="item.type.length == 0">IPv4</span>