From 1ff1a839ee8fff86e7bbde90c75bc7f1d9d868a6 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Tue, 18 Aug 2026 16:15:04 +0800 Subject: [PATCH] fix: bug --- .../Container/Supervision/BasicInfo/OrgAccount/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/Container/Supervision/BasicInfo/OrgAccount/index.js b/src/pages/Container/Supervision/BasicInfo/OrgAccount/index.js index 1030a11..3680ae1 100644 --- a/src/pages/Container/Supervision/BasicInfo/OrgAccount/index.js +++ b/src/pages/Container/Supervision/BasicInfo/OrgAccount/index.js @@ -32,6 +32,7 @@ import { } from "~/enumerate/enterpriseOptions"; import { NS_ORG_INFO } from "~/enumerate/namespace"; import AttachmentUpload from "~/components/AttachmentUpload"; +import PreviewUrlButton from "~/components/PreviewUrlButton"; import { safeListRequest, safeRequest } from "~/utils"; import { creditCodeRule, @@ -441,9 +442,9 @@ function OrgAccountPage(props) { } if (!files.length) return "-"; return files.map((f, i) => ( - + {f.name || f.url} - + )); })()}