From 6ef03ee63a135ecc565722cbfa540f1c7813f7fe Mon Sep 17 00:00:00 2001 From: xiaji Date: Fri, 23 Jan 2026 21:50:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=A5=E5=91=8A=E9=A1=B5=E9=9D=A2):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=91=E8=A8=80=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在报告页面的阅读、见解和计划表格中添加发言人列,显示相关内容的发言人姓名 --- core/templates/core/report.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/core/templates/core/report.html b/core/templates/core/report.html index 71fee01..7e62d3d 100644 --- a/core/templates/core/report.html +++ b/core/templates/core/report.html @@ -43,6 +43,7 @@ + @@ -52,6 +53,7 @@ {% for reading in yesterday_reading %} + @@ -77,7 +79,12 @@ {% if yesterday_insight %} {% else %} @@ -97,6 +104,7 @@
发言人 类型 标题 来源
{{ reading.speaker.name }} {{ reading.get_type_display }} {{ reading.title }} {{ reading.source|default:"-" }}
+ @@ -106,6 +114,7 @@ {% for plan in today_plan %} +
发言人 类型 内容 优先级
{{ plan.speaker.name }} {{ plan.get_type_display }} {{ plan.content }}