隐患点风险点添加颜色字段(未完成)

This commit is contained in:
wzy-warehouse
2026-06-17 14:50:56 +08:00
parent 0f590ef960
commit a018957454
9 changed files with 34 additions and 12 deletions
+1
View File
@@ -33,6 +33,7 @@
title: string;
data: Record<string, string>;
field: Record<string, string>;
color: Record<string, string> | null;
offsetX: number;
offsetY: number;
}>();