正在验证登录状态…
智能井盖管理平台
·
角色:
退出登录
报警管理
查询
重置
仅未处理的报警可勾选,勾选后可批量处理
批量处理
{{ formatTime(scope.row.AlertTime) }}
{{ scope.row.CustomCode || scope.row.IMEI }}
{{ scope.row.Location || '—' }}
{{ scope.row.AlertTypeName || typeName(scope.row.AlertType) }}
{{ valueThresholdText(scope.row) }}
已处理
待处理
处理
详情
报警产生时,系统按联系人订阅的报警类型,向其发送短信 / 电话通知。
订阅类型为空表示接收全部类型报警通知
新增联系人
{{ scope.row.NotifyBySms ? '是' : '否' }}
{{ scope.row.NotifyByCall ? '是' : '否' }}
{{ typeName(t) }}
全部类型
{{ scope.row.IsActive ? '启用' : '停用' }}
编辑
删除
{{ resolveIds.length }} 条
取消
确定
{{ formatTime(detailRow.AlertTime) }}
{{ detailRow.CustomCode || '—' }}
{{ detailRow.IMEI || '—' }}
{{ detailRow.Location || '—' }}
{{ detailRow.AlertTypeName || typeName(detailRow.AlertType) }}
{{ valueThresholdText(detailRow) }}
{{ detailRow.Message || '—' }}
{{ detailRow.IsResolved ? '已处理' : '待处理' }}
{{ detailRow.ResolvedByName || '—' }}
{{ formatTime(detailRow.ResolvedAt) }}
关闭
{{ t.label }}
不勾选表示订阅全部类型
取消
保存