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} - + )); })()}