fix: restore search mixed results and order entry links
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user