From 08429b4852b4acc2fce8f994d6bdfad890ea337e Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期日, 29 九月 2024 10:53:35 +0800 Subject: [PATCH] recordsetTable --- src/components/chat/chatComponents/types.ts | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/chat/chatComponents/types.ts b/src/components/chat/chatComponents/types.ts index a98a373..fd95684 100644 --- a/src/components/chat/chatComponents/types.ts +++ b/src/components/chat/chatComponents/types.ts @@ -1,8 +1,7 @@ - export const enum ChartTypeEnum { - Scatter, - Line, - Bar, + Scatter = 'scatter', + Line = 'line', + Bar = 'bar', } export const chartTypeMapName = { -- Gitblit v1.9.3