优化会员购买记录

This commit is contained in:
2026-04-13 17:44:37 +08:00
parent d060e1b797
commit 2eb732642b

View File

@@ -85,8 +85,8 @@
@endphp
<tr class="hover:bg-gray-50 transition cursor-default">
<td class="px-6 py-4 text-sm text-gray-500">#{{ $log->id }}</td>
<td class="px-6 py-4">
<div class="font-bold text-gray-800">{{ $log->user?->username ?? '未知用户' }}</div>
<td class="px-6 py-4 whitespace-nowrap">
<div class="font-bold text-gray-800 whitespace-nowrap">{{ $log->user?->username ?? '未知用户' }}</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span style="color: {{ $log->vipLevel?->color ?: '#111827' }}">{{ $log->vipLevel?->icon ?: '👑' }}</span>