新增周报脚本

This commit is contained in:
pengtao 2019-11-20 14:17:35 +08:00
parent 32235d2114
commit eb9d257a1e

View File

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