feat(ui): 重构电池列表分页表格

This commit is contained in:
2026-05-11 23:16:59 +08:00
parent 69c4a2e9eb
commit c533113229
2 changed files with 370 additions and 77 deletions
+5 -1
View File
@@ -145,7 +145,11 @@ function Dashboard() {
</div>
</div>
<p className="text-xs tabular-nums text-[#71717A]">: {updatedAt}</p>
<Link to="/batteries" className="text-xs text-teal-400 hover:text-teal-300">
<Link
to="/batteries"
search={{ pageSize: 50, sort: 'createdAtDesc', cursors: [] }}
className="text-xs text-teal-400 hover:text-teal-300"
>
</Link>
</div>