feat(ui): new Layout UI using antd

This commit is contained in:
Fu Diwei
2024-12-07 13:47:02 +08:00
parent 2facb160aa
commit d6ddf8e9f4
18 changed files with 229 additions and 204 deletions

View File

@@ -66,7 +66,7 @@ const CertificateList = () => {
type="secondary"
ellipsis
onClick={() => {
navigate(`/workflow/detail?id=${workflowId}`);
navigate(`/workflows/detail?id=${workflowId}`);
}}
>
{record.expand?.workflow?.name ?? ""}