feat: 支持处理历史按风险状态筛选

This commit is contained in:
2026-06-04 01:32:35 +08:00
parent 73c6336600
commit e7e3202714
4 changed files with 60 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ def build_history_rows(logs) -> list[dict]:
or structured_output.get("risk_level")
or "-",
"notify_status": notification.message_status if notification else "-",
"notify_reason": notification.notify_reason if notification else "-",
}
)
return rows