From ca5d73c3932e6b801f098bd615621d4543651cfe Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 24 十月 2024 14:04:31 +0800 Subject: [PATCH] 图表不显示 --- src/components/chat/chatComponents/summaryCom/components/recordSetTable/RecordSetTable.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/summaryCom/components/recordSetTable/RecordSetTable.vue b/src/components/chat/chatComponents/summaryCom/components/recordSetTable/RecordSetTable.vue index 4c1d85b..bf0b9e9 100644 --- a/src/components/chat/chatComponents/summaryCom/components/recordSetTable/RecordSetTable.vue +++ b/src/components/chat/chatComponents/summaryCom/components/recordSetTable/RecordSetTable.vue @@ -339,7 +339,8 @@ // 璁$畻姣忎竴鍒楁渶闀跨殑鏍囬瀛楃涓插拰鏍囬瀛楃涓查暱搴� for (const item of tableValues.value) { item.map((subItem, index) => { - const subItemLen = subItem?.gblen(); + // subItem 鍙兘鏄� 鏁板瓧 + const subItemLen = (subItem +'')?.gblen(); if (maxLenList[index] < subItemLen) { maxLenList[index] = subItemLen; maxStrList[index] = subItem; -- Gitblit v1.9.3