This commit is contained in:
pengtao 2019-11-22 13:54:57 +08:00
parent c6b46993ee
commit 086b9451f4

View File

@ -32,7 +32,7 @@
{% for one_data in key.get('row_data') %}
{% for line in one_data %}
<tr>
{% for item in one_data %}
{% for item in line %}
<td>{{ item }}</td>
{% endfor %}
{% endfor %}