From aadfcb7fb390bb94758840e4221b9bde6daa5316 Mon Sep 17 00:00:00 2001 From: changcode Date: Thu, 5 Jan 2023 13:56:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A3=80=E6=B5=8B-=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=20=E4=B8=8B=E6=8B=89=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E7=BC=A9=E5=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detections/overview/DetectionSecurityEventOverview.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue index a9b0d67a..5702924c 100644 --- a/src/views/detections/overview/DetectionSecurityEventOverview.vue +++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue @@ -141,13 +141,13 @@
{{ $t('detections.malwareTechniques') }}
-
{{ $t('detections.malwareGroups') }}
- @@ -324,6 +324,8 @@ export default { getMillisecond, query () { Promise.all([this.queryBasic(), this.queryEvent()]).then((responses) => { + responses[0].malwareTechniques = responses[0].malwareTechniques.split(',', 5).join(', ') + ']' + responses[0].malwareGroups = responses[0].malwareGroups.split(',', 5).join(', ') + ']' responses[0] && (this.basicInfo = responses[0]) responses[1] && (this.events = responses[1].sort(