fix: complete disputed order flow and wallet entry
This commit is contained in:
@@ -116,6 +116,21 @@ export default function OrderActions({
|
||||
</Link>
|
||||
</Button>
|
||||
)}
|
||||
|
||||
{status === "cancelled" && (
|
||||
<Button variant="outline" asChild>
|
||||
<Link href={`/order/new?serviceId=${serviceId}`}>
|
||||
<RefreshCw className="mr-1 h-4 w-4" />
|
||||
再来一单
|
||||
</Link>
|
||||
</Button>
|
||||
)}
|
||||
|
||||
{status === "disputed" && (
|
||||
<Button variant="outline" asChild>
|
||||
<Link href={`/dispute/${orderId}`}>查看详情</Link>
|
||||
</Button>
|
||||
)}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user