mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 08:12:49 +08:00
perf: 补充列表的分类
This commit is contained in:
parent
888ad61cf2
commit
5c5c0b02df
@ -1,5 +1,5 @@
|
|||||||
import image from '@/assets/images/chart/tables/tables_list.png'
|
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'
|
import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
|
||||||
|
|
||||||
export const TableListConfig: ConfigType = {
|
export const TableListConfig: ConfigType = {
|
||||||
@ -10,5 +10,6 @@ export const TableListConfig: ConfigType = {
|
|||||||
category: ChatCategoryEnum.TABLE,
|
category: ChatCategoryEnum.TABLE,
|
||||||
categoryName: ChatCategoryEnumName.TABLE,
|
categoryName: ChatCategoryEnumName.TABLE,
|
||||||
package: PackagesCategoryEnum.TABLES,
|
package: PackagesCategoryEnum.TABLES,
|
||||||
|
chartFrame: ChartFrameEnum.COMMON,
|
||||||
image
|
image
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import image from '@/assets/images/chart/tables/table_scrollboard.png'
|
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'
|
import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
|
||||||
|
|
||||||
export const TableScrollBoardConfig: ConfigType = {
|
export const TableScrollBoardConfig: ConfigType = {
|
||||||
@ -10,5 +10,6 @@ export const TableScrollBoardConfig: ConfigType = {
|
|||||||
category: ChatCategoryEnum.TABLE,
|
category: ChatCategoryEnum.TABLE,
|
||||||
categoryName: ChatCategoryEnumName.TABLE,
|
categoryName: ChatCategoryEnumName.TABLE,
|
||||||
package: PackagesCategoryEnum.TABLES,
|
package: PackagesCategoryEnum.TABLES,
|
||||||
|
chartFrame: ChartFrameEnum.COMMON,
|
||||||
image
|
image
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user