修复后台最近传输记录的问题

This commit is contained in:
2026-03-28 19:29:13 +08:00
parent 8b5f7d517e
commit 689c356a55
7 changed files with 60 additions and 21 deletions

View File

@@ -207,7 +207,9 @@ function getFluidStyle(percent) {
<tr v-for="record in records" :key="`${record.time}-${record.peer}`">
<td>{{ record.time }}</td>
<td>{{ record.peer }}</td>
<td>{{ record.type }}</td>
<td class="admin-record-type-cell">
<span class="admin-record-type" :title="record.type">{{ record.type }}</span>
</td>
<td>{{ record.size }}</td>
<td :style="getRecordStyle(record.tone)">{{ record.status }}</td>
</tr>