增加会员查看

This commit is contained in:
2026-04-12 16:16:23 +08:00
parent 9b1f2a2146
commit bc825157c9
5 changed files with 298 additions and 2 deletions
+5 -1
View File
@@ -125,7 +125,7 @@
</div>
<div class="flex justify-between">
<span class="text-gray-500">当前会员</span>
<span class="font-bold text-indigo-600">{{ $level->users()->count() }} </span>
<span class="font-bold text-indigo-600">{{ $level->users_count }} </span>
</div>
<div class="flex justify-between">
<span class="text-gray-500">进场特效</span>
@@ -143,6 +143,10 @@
</div>
<div class="border-t bg-gray-50 px-5 py-3 flex justify-end space-x-2">
<a href="{{ route('admin.vip.members', $level->id) }}"
class="text-xs bg-emerald-50 text-emerald-600 font-bold px-3 py-1.5 rounded hover:bg-emerald-600 hover:text-white transition">
查看会员
</a>
<button
@click="openEdit({
id: {{ $level->id }},