This commit is contained in:
parent
fa27f30734
commit
ea11cbcf88
|
|
@ -215,7 +215,17 @@ export function DetailPageHeader({ data }: { data: any }) {
|
||||||
<Building2 size={16} /> {data?.company || "未知公司"}
|
<Building2 size={16} /> {data?.company || "未知公司"}
|
||||||
</div>
|
</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 className="w-full mt-4 bg-gray-200 h-6">
|
<div className="w-full mt-4 bg-gray-200 h-6">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue