[fix]:[FL-50][线路管理页面优化]

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
chengkai3
2026-06-08 23:28:30 +08:00
parent 23980a3cf3
commit 711eb45d48
-6
View File
@@ -1211,9 +1211,6 @@ export default function AdminPowerLinesPage() {
) : null}
>
<Space direction="vertical" size={4} className="w-full">
<Typography.Text type="secondary">
<Typography.Text code>{line.code}</Typography.Text>
</Typography.Text>
<Typography.Text type="secondary">{line.voltage_kv ?? "-"} kV</Typography.Text>
<Typography.Text type="secondary">{line.tower_count}</Typography.Text>
<Typography.Text type="secondary">
@@ -1506,9 +1503,6 @@ export default function AdminPowerLinesPage() {
<Empty description={effectiveSelectedLineId ? "所选线路不存在,请重新选择" : "请先选择一条线路"} />
) : (
<Space direction="vertical" size={12} className="w-full">
<Typography.Text type="secondary">
线{selectedLine.code}{selectedLine.tower_count ?? 0}{towerViewMode === "table" ? "塔杆列表" : "分布图"}
</Typography.Text>
<div className="grid gap-3 md:grid-cols-3">
<Input
value={towerKeyword}