Feat: 后台用户列表ID列增加点击排序功能
This commit is contained in:
@@ -42,7 +42,11 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr
|
<tr
|
||||||
class="bg-gray-50 border-b border-gray-100 text-xs text-gray-500 uppercase font-bold tracking-wider">
|
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">性别</th>
|
<th class="p-4">性别</th>
|
||||||
<th class="p-4">
|
<th class="p-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user