This commit is contained in:
pengtao 2019-11-22 13:56:50 +08:00
parent 97cc0efd2c
commit b8407a1f38

View File

@ -19,13 +19,11 @@
<table> <table>
<thead> <thead>
<th>
{% for row_name_one in key.get('row_name') %}
<tr> <tr>
{% for row_name_one in key.get('row_name') %}
<td>{{ row_name_one }}</td> <td>{{ row_name_one }}</td>
{% endfor %} {% endfor %}
</tr> </tr>>
</th>>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>