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