diff --git a/src/pages/history/index.tsx b/src/pages/history/index.tsx index 34f8cba..b7194ee 100644 --- a/src/pages/history/index.tsx +++ b/src/pages/history/index.tsx @@ -140,14 +140,14 @@ export default function History() { {record.status === "completed" && record.outputResult ? ( ) : ( @@ -178,11 +178,6 @@ export default function History() { {formatTime(record.createdAt)} - {record.status === 'completed' && ( - - 点击查看 - - )} @@ -192,4 +187,4 @@ export default function History() { ) -} \ No newline at end of file +}