新增周报脚本1
This commit is contained in:
parent
7517f5eb92
commit
7f0f0622aa
@ -33,11 +33,11 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
{% for item in data.get(key) %}
|
||||
{% for one in item %}
|
||||
{% for one_1 in one %}
|
||||
{% for one in item %}
|
||||
{% for one_1 in one %}
|
||||
<td>{{ one_1 }}</td>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</tr>
|
||||
</tbody>
|
||||
|
Loading…
x
Reference in New Issue
Block a user