feat: add executable actions to order flow

This commit is contained in:
zetaloop
2026-02-20 22:45:38 +08:00
parent fd58b81318
commit 977d19ed5c
4 changed files with 158 additions and 57 deletions
+5 -3
View File
@@ -145,9 +145,11 @@ export default function OrderListPage() {
)
})()}
{order.status === "completed" && (
<Button variant="outline" size="sm">
<RefreshCw className="mr-1 h-3.5 w-3.5" />
<Button variant="outline" size="sm" asChild>
<Link href={`/order/new?playerId=${order.playerId}`}>
<RefreshCw className="mr-1 h-3.5 w-3.5" />
</Link>
</Button>
)}
<Button size="sm" asChild>