This commit is contained in:
parent
2b55e65b2d
commit
328855325f
|
|
@ -215,7 +215,18 @@ export function DetailPageHeader({ data }: { data: any }) {
|
|||
<Building2 size={16} /> {data?.company || "未知公司"}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{/* 占位 + 删除按钮 */}
|
||||
<div className="flex-1 flex justify-end items-end">
|
||||
<button
|
||||
onClick={() => handleClick("delete")}
|
||||
className="text-red-500 hover:text-red-700 transition"
|
||||
disabled={loading}
|
||||
>
|
||||
<Trash2 size={20} />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{/* 状态条 */}
|
||||
|
|
|
|||
Loading…
Reference in New Issue