Feat: 后台用户列表ID列增加点击排序功能

This commit is contained in:
2026-02-27 15:33:44 +08:00
parent a5e4c5f46f
commit 9147dc0d01

View File

@@ -42,7 +42,11 @@
<thead>
<tr
class="bg-gray-50 border-b border-gray-100 text-xs text-gray-500 uppercase font-bold tracking-wider">
<th class="p-4">ID</th>
<th class="p-4">
<a href="{{ $sortLink('id') }}" class="hover:text-indigo-600 flex items-center gap-1">
ID<span class="text-indigo-500">{{ $arrow('id') }}</span>
</a>
</th>
<th class="p-4">注册名</th>
<th class="p-4">性别</th>
<th class="p-4">