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