{{ item.alarmTime || '-' }}
{{ item.alarmLevelText }}
{{ item.deviceName || '-' }}
{{ item.deviceCode || '' }}
预警类型: {{ item.warningType || '-' }} | 实际值: {{ item.actualValue ?? '-' }}
设备类型: {{ item.deviceType || '-' }} | 状态: {{ item.alarmStatus === 0 ? '未处理' : '已处理' }}