This commit is contained in:
hailin 2025-03-30 14:14:36 +08:00
parent d78ec33f68
commit 312637f6d4
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ export function DetailPageHeader({ data }: { data: any }) {
</div>
{/* 条件显示删除按钮 */}
{data?.canDelete && (
{true && (
<button
onClick={handleDelete}
className="hover:text-gray-700 transition self-end"