diff --git a/frontend/src/pages/DataManagement/Detail/components/Overview.tsx b/frontend/src/pages/DataManagement/Detail/components/Overview.tsx index a4e5ad1..7a06564 100644 --- a/frontend/src/pages/DataManagement/Detail/components/Overview.tsx +++ b/frontend/src/pages/DataManagement/Detail/components/Overview.tsx @@ -72,16 +72,6 @@ export default function Overview({ dataset, filesOperation, fetchDataset }) { label: "创建者", children: dataset.createdBy || "未知", }, - { - key: "targetLocation", - label: "存储路径", - children: dataset.targetLocation || "未知", - }, - { - key: "pvcName", - label: "存储名称", - children: dataset.pvcName || "未知", - }, { key: "createdAt", label: "创建时间", @@ -187,11 +177,11 @@ export default function Overview({ dataset, filesOperation, fetchDataset }) { fixed: "right", render: (_, record) => { const isDirectory = record.id.startsWith('directory-'); - + if (isDirectory) { const currentPath = filesOperation.pagination.prefix || ''; const fullPath = `${currentPath}${record.fileName}/`; - + return (