From e3c6c215457bdd01801f8c4ab712883499ba7bfe Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 17 Nov 2023 11:20:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detections/overview/DetectionSecurityEventOverview.vue | 2 +- src/views/setting/KnowledgeBaseForm.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue index 6c633428..f3de876c 100644 --- a/src/views/detections/overview/DetectionSecurityEventOverview.vue +++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue @@ -71,7 +71,7 @@
{{ $_.get(basicInfo, 'domainInfo.category.categoryGroup', '-') || '-' }}
-
{{ $t('entities.reputationLevel') }}
+
{{ $t('detection.domainReputationLevel') }}
{{$t('overall.format')}}:
IPv4 x.x.x.x
IPv4 CIDR x.x.x.x/n
-
IPv4 Range x.x.x.x-y.y.y.y
+
IPv4 {{$t('overall.range')}} x.x.x.x-y.y.y.y
IPv6 x:x:x::x
IPv6 CIDR x:x:x::x/n
-
IPv6 Range x:x:x::x-y:y:y::y
+
IPv6 {{$t('overall.range')}} x:x:x::x-y:y:y::y