新增周报脚本1

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

View File

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