fxdyz
This commit is contained in:
@@ -38,7 +38,10 @@
|
||||
<td class="data-cell--nowrap">{{ item.roleLevel }}</td>
|
||||
<td class="data-cell--nowrap">{{ item.bodyName }}</td>
|
||||
<td>{{ item.tongName }}</td>
|
||||
<td class="data-cell--nowrap">{{ item.campName }}</td>
|
||||
{% set camp_name = item.campName or '未知' %}
|
||||
<td class="data-cell--camp data-cell--nowrap">
|
||||
<img class="data-camp-icon" src="{{ icons.img.get(camp_name) or icons.img.get('未知') }}" alt="{{ camp_name }}" title="{{ camp_name }}">
|
||||
</td>
|
||||
<td class="data-cell--copy">{{ item.comment }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user