事件名称: {{ basicsData.eventName }}
事件编号: {{ basicsData.eventCode }}
发生时间:
{{ basicsData.eventProduceTime }}
告警等级:
{{
getDictName(
'gjdj',
basicsData.eventLevel
)
}}
事件来源:
{{
getDictName(
'sjly',
basicsData.eventSource
)
}}
事件分类:
{{
getDictName(
'sjfl',
basicsData.eventType
)
}}
分贝: {{ basicsData.noiseLevel ? basicsData.noiseLevel + ' dB' : '' }}