diff --git a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue index 0c2cccff..93d55057 100644 --- a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue @@ -38,7 +38,7 @@
{{$t('entities.riskLevel')}}
-
{{basicInfo.appRisk ? getRiskLevel(basicInfo.appRisk) : '-'}}
+
{{basicInfo.appRisk ? (riskLevelMapping[basicInfo.appRisk] ? riskLevelMapping[basicInfo.appRisk].name : basicInfo.appRisk) : '-'}}