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 = ''