新增周报脚本
This commit is contained in:
parent
32235d2114
commit
eb9d257a1e
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user