fixbug
This commit is contained in:
parent
c6b46993ee
commit
086b9451f4
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user