Skip to content

Commit f57010c

Browse files
authored
feat: crud2的构建builder支持数据导出配置 (#11908)
1 parent 31445c6 commit f57010c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/amis-editor/src/plugin/CRUD2/constants.ts

+7
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ export const ToolsConfig = {
2828
align: 'left',
2929
icon: 'fa fa-layer-group',
3030
order: 30
31+
},
32+
{
33+
label: '数据导出',
34+
value: 'Export',
35+
align: 'left',
36+
icon: 'fa fa-layer-group',
37+
order: 40
3138
}
3239
]
3340
};

0 commit comments

Comments
 (0)