[fix/feat]:[FL-28][CI失败: Web 镜像 构建错误]

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
chengkai3
2026-06-07 22:43:28 +08:00
parent cd0d605c5b
commit 0d88ac2eac
+3 -2
View File
@@ -18,6 +18,7 @@ import {
Table,
Typography,
} from "antd";
import type { DefaultOptionType } from "antd/es/select";
import type { ColumnsType } from "antd/es/table";
import type { CSSProperties } from "react";
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
@@ -91,10 +92,10 @@ const TOWER_TYPE_OPTIONS = [
{ value: "耐张", label: "耐张" },
] as const;
const ARRESTER_INSTALL_OPTIONS = [
const ARRESTER_INSTALL_OPTIONS: DefaultOptionType[] = [
{ value: "是", label: "是" },
{ value: "否", label: "否" },
] as const;
];
const LINE_VOLTAGE_OPTIONS = [
{ value: "dc_500", label: "直流500kV", voltage_kv: 500 },