From 5c5c0b02df2b1d3cf36aaa5fe02c4251932e5edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Sat, 17 Sep 2022 16:11:26 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=A1=A5=E5=85=85=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/packages/components/Tables/Tables/TableList/index.ts | 3 ++- .../components/Tables/Tables/TableScrollBoard/index.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/packages/components/Tables/Tables/TableList/index.ts b/src/packages/components/Tables/Tables/TableList/index.ts index a8e8c4be..5d40a2bc 100644 --- a/src/packages/components/Tables/Tables/TableList/index.ts +++ b/src/packages/components/Tables/Tables/TableList/index.ts @@ -1,5 +1,5 @@ import image from '@/assets/images/chart/tables/tables_list.png' -import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d' +import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d' import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d' export const TableListConfig: ConfigType = { @@ -10,5 +10,6 @@ export const TableListConfig: ConfigType = { category: ChatCategoryEnum.TABLE, categoryName: ChatCategoryEnumName.TABLE, package: PackagesCategoryEnum.TABLES, + chartFrame: ChartFrameEnum.COMMON, image } diff --git a/src/packages/components/Tables/Tables/TableScrollBoard/index.ts b/src/packages/components/Tables/Tables/TableScrollBoard/index.ts index 0ceb94bb..20130987 100644 --- a/src/packages/components/Tables/Tables/TableScrollBoard/index.ts +++ b/src/packages/components/Tables/Tables/TableScrollBoard/index.ts @@ -1,5 +1,5 @@ import image from '@/assets/images/chart/tables/table_scrollboard.png' -import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d' +import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d' import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d' export const TableScrollBoardConfig: ConfigType = { @@ -10,5 +10,6 @@ export const TableScrollBoardConfig: ConfigType = { category: ChatCategoryEnum.TABLE, categoryName: ChatCategoryEnumName.TABLE, package: PackagesCategoryEnum.TABLES, + chartFrame: ChartFrameEnum.COMMON, image }