diff --git a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue index 9dc7a00a..0c2cccff 100644 --- a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue @@ -38,7 +38,7 @@
{{$t('entities.riskLevel')}}
-
{{basicInfo.appRisk || '-'}}
+
{{basicInfo.appRisk ? getRiskLevel(basicInfo.appRisk) : '-'}}
@@ -88,7 +88,7 @@