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