From 3675e202a47910821a86370ae64b60d3cfe93e79 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 02 一月 2025 14:17:53 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/WI/Web.V1.0 --- 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