From 340d40b4d4243c0f3bf82d40b8f570246e39119d Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 28 十一月 2024 14:28:34 +0800
Subject: [PATCH] 对接地图指标

---
 src/components/chat/chatComponents/summaryCom/SummaryCom.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
index 07ead16..8ae4904 100644
--- a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
+++ b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -35,7 +35,7 @@
 				</div>
 			</template>
 		</template>
-		<el-empty v-else  :image-size="200" class="!py-3">
+		<el-empty v-else :image-size="200" class="!py-3">
 			<!-- <template #description>
 				<span > 鏆傛棤鏁版嵁 </span>
 			</template> -->
@@ -53,6 +53,7 @@
 import ReportDlg from './ReportDlg.vue';
 import { md } from '../../libs/markdown';
 import { isSharePage } from '/@/stores/chatRoom';
+import service from '/@/utils/request';
 const props = defineProps(chatComProps);
 const tableLimitHeight = document.body.clientHeight * 0.7;
 const parsedData = computed<any[]>(() => {
@@ -118,5 +119,7 @@
 
 // 	infoDlgIsShow.value = true;
 // };
+
+
 </script>
 <style scoped lang="scss"></style>

--
Gitblit v1.9.3