From 0159386060edb946f29b5adcd9659dbfac06d6e1 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 10 三月 2025 18:17:32 +0800 Subject: [PATCH] 指标附件 --- src/components/chat/chatComponents/summaryCom/components/types.ts | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/chat/chatComponents/summaryCom/components/types.ts b/src/components/chat/chatComponents/summaryCom/components/types.ts index f8231ee..0113c5f 100644 --- a/src/components/chat/chatComponents/summaryCom/components/types.ts +++ b/src/components/chat/chatComponents/summaryCom/components/types.ts @@ -1,6 +1,10 @@ import HTMLCom from '../../htmlCom/HTMLCom.vue'; import MapCom from '../../mapCom/MapCom.vue'; import RecordSet from './recordSet/RecordSet.vue'; +import RecordSetTable from './recordSetTable/RecordSetTable.vue'; +import AmisPage from './amisPage/AmisPage.vue'; + + import Summary from './summary/Summary.vue'; import DeviceLastValueCom from './deviceLastValue/DeviceLastValueCom.vue'; @@ -9,7 +13,10 @@ Summary = 'summary', Url = 'url', Map = 'map', - DeviceLastValue='device_last_value' + DeviceLastValue='device_last_value', + /** @description 鍚庣骞舵病鏈夊鍔犱竴涓柊鐨� table 绫诲瀷锛岃�屾槸褰撴垚 recordset 鐨勪竴绉嶇壒鍒� */ + RecordSetTable = 'recordsetTable', + AmisPage="amis_page" } export const summaryAnswerTypeMapCom = { @@ -17,5 +24,8 @@ [SummaryAnswerType.Summary]: Summary, [SummaryAnswerType.Url]: HTMLCom, [SummaryAnswerType.Map]: MapCom, - [SummaryAnswerType.DeviceLastValue]:DeviceLastValueCom + [SummaryAnswerType.DeviceLastValue]:DeviceLastValueCom, + [SummaryAnswerType.RecordSetTable]:RecordSetTable, + [SummaryAnswerType.AmisPage]:AmisPage + }; -- Gitblit v1.9.3