From 5462e02bca74d6120700689cb47067bca75597d9 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 22 Oct 2019 15:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0daily=20report=E7=94=9F?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/templates/report.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 %}