From cc519a280a811cca7dfcc06c4be651843232e7b4 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 22 Oct 2019 15:21:48 +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 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/daily_report/templates/report.html b/daily_report/templates/report.html index 0490dd9..d158189 100644 --- a/daily_report/templates/report.html +++ b/daily_report/templates/report.html @@ -7,13 +7,13 @@

学生表

-

游戏ID:{{ data.get(gameid) }}

> -

渠道ID:{{ data.get('channelid') }}

> -

日期:{{ data.get(day) }}

+

游戏ID:{{data.get(gameid)}}

> +

渠道ID:{{data.get('channelid')}}

> +

日期:{{data.get(day)}}

总表

> - +
活跃 新增 分享 @@ -21,6 +21,7 @@ 视屏显示 banner显示 插屏显示 +
{% for item in data.get('all') %} @@ -41,6 +42,7 @@ {% for line in data.get('input') %} +
{%for item in line%} {{ item }} @@ -57,6 +59,7 @@ {% for line in data.get('output') %} +
{% for item in line %} {{ item }}