搜索
重置
检查预警
批量标记已处理
导出
{{ scope.row.alertLevel === '3' ? '紧急' : scope.row.alertLevel === '2' ? '重要' : '一般' }}
{{ scope.row.alertStatus === '2' ? '已处理' : scope.row.alertStatus === '1' ? '处理中' : '未处理' }}
处理
详情
处理中
已处理
{{ currentRow.alertCode }}
{{ currentRow.alertType }}
{{ currentRow.alertLevel === '3' ? '紧急' : currentRow.alertLevel === '2' ? '重要' : '一般' }}
{{ currentRow.alertStatus === '2' ? '已处理' : currentRow.alertStatus === '1' ? '处理中' : '未处理' }}
{{ currentRow.deviceCode }}
{{ currentRow.deviceName }}
{{ currentRow.paramCode }}
{{ currentRow.paramName }}
{{ currentRow.alertValue }}
{{ currentRow.thresholdValue }}
{{ currentRow.alertContent }}
{{ currentRow.alertTime }}
{{ currentRow.handleUser }}
{{ currentRow.handleTime }}
{{ currentRow.handleResult }}