修改8
This commit is contained in:
@@ -117,10 +117,10 @@
|
||||
<tbody>
|
||||
{% for item in items %}
|
||||
<tr>
|
||||
<td class="item-col">{{ item.item_name }}</td>
|
||||
<td class="item-col">{{ item.itemName }}</td>
|
||||
<td class="server-col">{{ item.server }}</td>
|
||||
<td class="map-col">{{ item.map_name }}</td>
|
||||
<td class="role-col">{{ item.role_name }}</td>
|
||||
<td class="map-col">{{ item.mapName }}</td>
|
||||
<td class="role-col">{{ item.roleName }}</td>
|
||||
<td class="time-col">{{ item.time }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user