{{$t('detection.list.eventSecurity')}} :
{{detection.eventSecurity || '-'}}
{{$t('detections.eventSeverity')}} :
{{detection.eventSeverity || '-'}}
{{$t('detection.list.securityType')}} :
{{detection.securityType || '-'}}
{{$t('detections.eventType')}} :
{{detection.eventType || '-'}}
{{$t('detection.list.malwareName')}} :
{{detection.malwareName || '-'}}
{{$t('detection.list.cryptominingPool')}} :
{{detection.cryptominingPool || '-'}}
{{$t('detection.list.startTime')}} :
{{dayJs.tz(getMillisecond(detection.startTime)).format('YYYY-MM-DD HH:mm:ss') || '-'}}
{{$t('overall.duration')}} :
{{unitConvert(detection.durationMs, 'time', null, null, 0).join(' ') || '-'}}