新增周报脚本1

This commit is contained in:
pengtao 2019-11-20 14:23:14 +08:00
parent 7f0f0622aa
commit 0bba893fa1

View File

@ -33,6 +33,7 @@
<tbody>
<tr>
{% for item in data.get(key) %}
<tr>
{% for one in item %}
{% for one_1 in one %}
<td>{{ one_1 }}</td>
@ -40,6 +41,7 @@
{% endfor %}
{% endfor %}
</tr>
</tr>
</tbody>
</table>
</div>