From 25c8c75aa51309e187a501670c617a33999af01f Mon Sep 17 00:00:00 2001 From: Wren Date: Mon, 22 Sep 2025 20:39:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8C=89=E9=92=AE=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E7=BB=9F=E4=B8=80=E4=BD=BF=E7=94=A8button?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=EF=BC=8C=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BB=A5=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/rules-files.tsx | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/app/routes/rules-files.tsx b/app/routes/rules-files.tsx index 060ffd3..981daa8 100644 --- a/app/routes/rules-files.tsx +++ b/app/routes/rules-files.tsx @@ -655,20 +655,19 @@ export default function RulesFiles() { width: "20%", render: (_: unknown, file: ReviewFileUI) => (
- + {file.fileTypeId === 1 && file.status === 'Processed' && ( )} - +
) }