feat(PageContent): ✨ 左侧工具栏增加type配置参数
This commit is contained in:
@@ -49,6 +49,13 @@ const contentConfig: IContentConfig<UserQuery> = {
|
||||
text: "导入",
|
||||
auth: "import",
|
||||
},
|
||||
{
|
||||
name: "custom1",
|
||||
icon: "plus",
|
||||
text: "自定义1",
|
||||
auth: "import",
|
||||
type: "info",
|
||||
},
|
||||
],
|
||||
defaultToolbar: ["refresh", "filter", "imports", "exports", "search"],
|
||||
cols: [
|
||||
|
||||
Reference in New Issue
Block a user