{% extends 'base.html' %} {% load static %} {% block title %}检测历史档案 | DETECTION ARCHIVE{% endblock %} {% block content %}
总检测次数
识别葡萄总数
平均成熟度
平均含糖量
| 检测时间 | 检测类型 | 使用模型 | 目标数 | 成熟度 | 含糖量 | 健康评分 | 紧急程度 | AI 建议摘要 |
|---|---|---|---|---|---|---|---|---|
| {{ record.detected_at|date:"Y-m-d H:i" }} | {% if record.record_type == 'IMAGE' %} 图像 {% elif record.record_type == 'VIDEO' %} 视频 {% else %} 实时 {% endif %} | {{ record.model_used|truncatechars:15 }} | {{ record.total_targets }} |
{{ record.avg_maturity }}%
|
{{ record.estimated_brix }}°Bx | {{ record.health_score }} | {% if record.urgency_level == '极高' %} 极高 {% elif record.urgency_level == '高' %} 高 {% elif record.urgency_level == '中' %} 中 {% else %} 低 {% endif %} | |