This commit is contained in:
parent
825458e349
commit
2b55e65b2d
|
|
@ -215,17 +215,7 @@ export function DetailPageHeader({ data }: { data: any }) {
|
||||||
<Building2 size={16} /> {data?.company || "未知公司"}
|
<Building2 size={16} /> {data?.company || "未知公司"}
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</div>
|
||||||
|
|
||||||
{/* 状态条 */}
|
{/* 状态条 */}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue