feat: add executable actions to order flow
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user