From 5bce5669882c01e374dae7985ef48ad8d14711a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sat, 6 Apr 2024 15:14:51 +0800 Subject: [PATCH] =?UTF-8?q?IP=E6=A3=80=E6=9F=A5=E7=BB=93=E6=9E=9C=E4=B9=9F?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E6=98=BE=E7=A4=BAIPv6=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/iplist/ip-item-text.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/public/js/components/iplist/ip-item-text.js b/web/public/js/components/iplist/ip-item-text.js index 801116ba..3396cb67 100644 --- a/web/public/js/components/iplist/ip-item-text.js +++ b/web/public/js/components/iplist/ip-item-text.js @@ -6,7 +6,9 @@ Vue.component("ip-item-text", { {{vItem.ipFrom}} - {{vItem.ipTo}} - {{vItem.ipFrom}} + {{vItem.ipFrom}} + - {{vItem.ipTo}} +   级别:{{vItem.eventLevelName}} ` }) \ No newline at end of file