From 1827968a16dfcdde2b05fdf2505b898eccfa80dc Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期日, 25 八月 2024 10:55:51 +0800 Subject: [PATCH] 修复bug --- src/components/chat/chatComponents/summaryCom/components/deviceLastValue/types.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/types.ts b/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/types.ts index edc6cb2..6d663c5 100644 --- a/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/types.ts +++ b/src/components/chat/chatComponents/summaryCom/components/deviceLastValue/types.ts @@ -14,6 +14,7 @@ YL: number; }; export type Monitor = { + title:string; type: SummaryAnswerType.DeviceLastValue; rows: MonitorRow[]; values: MonitorValue[]; -- Gitblit v1.9.3