From 4eb6092c32df67d752101ab8ae23c9b2236db0dc Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 24 七月 2024 18:34:36 +0800
Subject: [PATCH] 监测点列表

---
 src/components/chat/chatComponents/summaryCom/components/types.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/components/types.ts b/src/components/chat/chatComponents/summaryCom/components/types.ts
index ed1b862..f8231ee 100644
--- a/src/components/chat/chatComponents/summaryCom/components/types.ts
+++ b/src/components/chat/chatComponents/summaryCom/components/types.ts
@@ -2,12 +2,14 @@
 import MapCom from '../../mapCom/MapCom.vue';
 import RecordSet from './recordSet/RecordSet.vue';
 import Summary from './summary/Summary.vue';
+import DeviceLastValueCom from './deviceLastValue/DeviceLastValueCom.vue';
 
 export const enum SummaryAnswerType {
 	RecordSet = 'recordset',
 	Summary = 'summary',
 	Url = 'url',
 	Map = 'map',
+	DeviceLastValue='device_last_value'
 }
 
 export const summaryAnswerTypeMapCom = {
@@ -15,4 +17,5 @@
 	[SummaryAnswerType.Summary]: Summary,
 	[SummaryAnswerType.Url]: HTMLCom,
 	[SummaryAnswerType.Map]: MapCom,
+	[SummaryAnswerType.DeviceLastValue]:DeviceLastValueCom
 };

--
Gitblit v1.9.3