From 8e6b518811a52e8c2d783ff6bb7d263783954eac Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 31 十二月 2024 12:58:41 +0800 Subject: [PATCH] 拆分 messageList 组件 --- src/components/chat/chatComponents/types.ts | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/components/chat/chatComponents/types.ts b/src/components/chat/chatComponents/types.ts index a16fc65..d25144c 100644 --- a/src/components/chat/chatComponents/types.ts +++ b/src/components/chat/chatComponents/types.ts @@ -2,14 +2,7 @@ Scatter = 'scatter', Line = 'line', Bar = 'bar', - Score = 'score' + Score = 'score', + Pie='pie' } - -export const chartTypeMapName = { - [ChartTypeEnum.Line]: '鎶樼嚎鍥�', - [ChartTypeEnum.Scatter]: '鏁g偣鍥�', - [ChartTypeEnum.Bar]: '鏌辩姸鍥�', - [ChartTypeEnum.Score]: '', - -}; -- Gitblit v1.9.3