优化会员购买记录
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user