This commit is contained in:
parent
d78ec33f68
commit
312637f6d4
|
|
@ -237,7 +237,7 @@ export function DetailPageHeader({ data }: { data: any }) {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* 条件显示删除按钮 */}
|
{/* 条件显示删除按钮 */}
|
||||||
{data?.canDelete && (
|
{true && (
|
||||||
<button
|
<button
|
||||||
onClick={handleDelete}
|
onClick={handleDelete}
|
||||||
className="hover:text-gray-700 transition self-end"
|
className="hover:text-gray-700 transition self-end"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue