fixbug
This commit is contained in:
parent
086b9451f4
commit
97cc0efd2c
@ -30,13 +30,11 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
{% for one_data in key.get('row_data') %}
|
{% for one_data in key.get('row_data') %}
|
||||||
{% for line in one_data %}
|
|
||||||
<tr>
|
<tr>
|
||||||
{% for item in line %}
|
{% for item in one_data %}
|
||||||
<td>{{ item }}</td>
|
<td>{{ item }}</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
|
||||||
</tr>
|
</tr>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user