新增周报脚本

This commit is contained in:
pengtao 2019-11-20 14:20:48 +08:00
parent eb9d257a1e
commit 7517f5eb92

View File

@ -34,7 +34,9 @@
<tr> <tr>
{% for item in data.get(key) %} {% for item in data.get(key) %}
{% for one in item %} {% for one in item %}
<td>{{ one }}</td> {% for one_1 in one %}
<td>{{ one_1 }}</td>
{% endfor %}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
</tr> </tr>