diff --git a/src/forge/Information/Pages/selfList.jsx b/src/forge/Information/Pages/selfList.jsx index 6a8757fdb..20faccbde 100644 --- a/src/forge/Information/Pages/selfList.jsx +++ b/src/forge/Information/Pages/selfList.jsx @@ -244,7 +244,7 @@ function SelfList(props){ {source==="projects" ? "更新于":"创建于"}{i.timeAgo || moment(i.createTime).format("YYYY/MM/DD")} - {source==="source" || (source==="news" && status===1) && 编辑 } + {source==="source" || (source==="news" && i.auditType.split('-')[0]!=="delete") && 编辑 } { source==="projects"? handleRemove(i.name,i.id)}>移除