This commit is contained in:
qsc
2026-08-02 14:07:42 +08:00
parent 8d535d579d
commit 2241d6ebf1
10 changed files with 1702 additions and 2864 deletions
+3 -3
View File
@@ -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 %}
+614 -1260
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -81,11 +81,11 @@
<tbody>
{% for m in list %}
<tr>
<td>{{ m.activity }}</td>
<td>{{ m.leader }}</td>
<td>{{ m.activityName }}</td>
<td>{{ m.roleName }}</td>
<td>{{ m.createTime }}</td>
<td>{{ m.number }}</td>
<td>{{ m.content }}</td>
<td>{{ m.maxMemberCount }}</td>
<td>{{ m.commentText }}</td>
</tr>
{% endfor %}
</tbody>