From bb2960897fa4347bf19bc22e427f709cf926d41f Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 6 Jan 2023 14:15:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=AF=91=E5=90=8Edetection-pev?= =?UTF-8?q?ents=20app=E4=B8=8B=E6=8B=89=E5=BC=82=E5=B8=B8=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../overview/DetectionPerformanceEventAppOverview.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue index 93d55057..03f36f21 100644 --- a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue @@ -111,15 +111,6 @@ export default { } }, computed: { - getRiskLevel () { - return function (appRisk) { - if (this.riskLevelMapping[appRisk]) { - return this.riskLevelMapping[appRisk].name - } else { - return appRisk - } - } - }, computeLocation () { return function (basicInfo) { let result = ''