修正詳細評審頁面結果

This commit is contained in:
2025-09-23 22:46:01 +08:00
parent d94b1786d6
commit f018e71577
10 changed files with 558 additions and 24 deletions

View File

@@ -260,7 +260,7 @@ export default function HistoryPage() {
{item.status === "completed" ? (
<>
<Button asChild variant="outline" size="sm">
<Link href={`/results?id=${item.id}`}>
<Link href={`/results?id=${item.evaluation_id}`}>
<Eye className="h-4 w-4" />
</Link>
</Button>