From 79914e8d08a393881b17054d165ebcdb5a60de9e Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 11 Dec 2024 15:06:02 +0800 Subject: [PATCH] chore: --- packages/ui/certd-client/src/views/certd/pipeline/crud.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/certd-client/src/views/certd/pipeline/crud.tsx b/packages/ui/certd-client/src/views/certd/pipeline/crud.tsx index 13e62eb6..e5b7823b 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/pipeline/crud.tsx @@ -182,7 +182,8 @@ export default function ({ crudExpose, context: { certdFormRef, groupDictRef, se const downloadUrl = `${env.API}/pi/history/download?pipelineId=${row.id}&fileId=${file.id}`; children.push(
-
+
+ {file.filename} @@ -197,7 +198,6 @@ export default function ({ crudExpose, context: { certdFormRef, groupDictRef, se return (
-

点击链接下载

{children}
);