diff --git a/daily_report/templates/report.html b/daily_report/templates/report.html
index d158189..311eff1 100644
--- a/daily_report/templates/report.html
+++ b/daily_report/templates/report.html
@@ -37,17 +37,18 @@
新增 |
分享 |
K值 |
-
+
{% for line in data.get('input') %}
-
+
{%for item in line%}
{{ item }} |
{% endfor %}
+
{% endfor %}
导出数据:
>
@@ -56,15 +57,18 @@
跳转目标 |
跳转次数 |
跳转人数 |
+
{% for line in data.get('output') %}
-
+
{% for item in line %}
{{ item }} |
{% endfor %}
+
+
{% endfor %}