{{ f.name }}
{{ f.size_kb if f.size_kb is not none else '—' }} KB
{{ f.source }}
{% if f.file_exists and f.is_valid_ppt %}可預覽{% else %}需回補{% endif %}
{% extends "ewoooc_base.html" %} {% block title %}PPT 視覺 QA 產線{% endblock %} {% block extra_css %} {% endblock %} {% block ewooo_content %} {% import "admin/_observability_labels.html" as obs_label %} {% set report_is_daily = report_type == 'daily' %}
這頁追蹤每份自動簡報是否通過視覺審核:檔案產出、minicpm-v 審核、Telegram 推送、RAG 修法建議與 AiderHeal 自動修產生器。
{{ pipeline_view.message }}
{{ stage.detail }}
{{ item.detail }}
{{ cadence.description }}
{% if cadence.missing_count > 0 %} 待補:{{ cadence.missing_report_labels[:3]|join('、') }}{% if cadence.missing_report_labels|length > 3 %} 等 {{ cadence.missing_report_labels|length }} 類{% endif %} {% else %} {{ cadence.status_hint }} {% endif %}| 時間 | 檔名 | 結果 | 問題 | 信心 | 耗時 | 錯誤 | 動作 |
|---|---|---|---|---|---|---|---|
| {{ r.audited_at }} | {{ r.pptx_filename }} |
{% if r.audit_status == 'passed' %}通過 {% elif r.audit_status == 'failed' %}有問題 {% elif r.audit_status == 'error' %}錯誤 {% elif r.audit_status == 'skipped' %}跳過 {% else %}{{ r.audit_status }}{% endif %} | {{ r.issues_count }} | {{ "%.2f"|format(r.confidence) }} | {{ r.duration_ms }} | {{ (r.error_msg or '')[:80] }} | {% if r.audit_status in ('failed','error') %} {% endif %} |
| 目前無 daily 審核歷史;請確認 {{ report_month }} 是否已完成 22:00 排程。 | |||||||
| 檔名 | KB | 修改時間 | 狀態 | 操作 |
|---|---|---|---|---|
{{ f.name }} |
{{ f.size_kb if f.size_kb is not none else '—' }} | {{ f.mtime }} |
{% if f.source == 'database' %}
{% if f.file_exists %}
{% if f.is_valid_ppt %}
資料庫快取 + 檔案可預覽
{% else %}
資料庫快取 + 檔案損毀,建議重跑
{% endif %}
{% else %}
資料庫快取(檔案未落盤)
{% endif %}
{% elif f.source == 'both' %}
{% if f.is_valid_ppt %}
檔案 + 資料庫
{% else %}
檔案 + 資料庫,檔案損毀
{% endif %}
{% else %}
{% if f.is_valid_ppt %}
22:00 掃描落盤,可預覽
{% else %}
22:00 掃描落盤,檔案損毀
{% endif %}
{% endif %}
{% if f.file_error %}
{{ f.file_error }}
{% endif %}
|
|
| 本月無 {{ selected_report_type.label }} 簡報 | ||||
{{ fix.pptx_filename }}{{ fix.audited_at }}
Ollama 優先策略 v5.0 — PPT 視覺 QA 產線