fix: restore search mixed results and order entry links

This commit is contained in:
zetaloop
2026-02-21 15:42:33 +08:00
parent e975f1aa03
commit e2e0b5a06a
3 changed files with 186 additions and 26 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ export default function OrderListPage() {
})()}
{order.status === "completed" && (
<Button variant="outline" size="sm" asChild>
<Link href={`/order/new?playerId=${order.playerId}`}>
<Link href={`/order/new?serviceId=${order.service.id}`}>
<RefreshCw className="mr-1 h-3.5 w-3.5" />
</Link>