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