mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 处理缺失的类型
This commit is contained in:
@@ -25,14 +25,14 @@ const packagesListObj = {
|
||||
icon: renderIcon(RoadmapIcon),
|
||||
label: renderLang('图表')
|
||||
},
|
||||
// [PackagesCategoryEnum.TEXTS]: {
|
||||
// icon: renderIcon(SpellCheckIcon),
|
||||
// label: renderLang('信息')
|
||||
// },
|
||||
// [PackagesCategoryEnum.TABLES]: {
|
||||
// icon: renderIcon(GraphicalDataFlowIcon),
|
||||
// label: renderLang('表格')
|
||||
// },
|
||||
[PackagesCategoryEnum.TEXTS]: {
|
||||
icon: renderIcon(SpellCheckIcon),
|
||||
label: renderLang('信息')
|
||||
},
|
||||
[PackagesCategoryEnum.TABLES]: {
|
||||
icon: renderIcon(GraphicalDataFlowIcon),
|
||||
label: renderLang('表格')
|
||||
},
|
||||
[PackagesCategoryEnum.DECORATES]: {
|
||||
icon: renderIcon(GraphicalDataFlowIcon),
|
||||
label: renderLang('装饰')
|
||||
|
||||
Reference in New Issue
Block a user