From 6e3390a5957ffd07bd664ef55e7f0bbc1fd7ce4e Mon Sep 17 00:00:00 2001 From: iHeyTang Date: Fri, 5 Sep 2025 00:48:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E4=B8=AD=E5=9B=BE=E7=89=87=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91=EF=BC=8C=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/history/index.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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 +}