mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
feat: bulkActions 中支持下拉菜单 (#3776)
This commit is contained in:
parent
4a312d89fa
commit
357111c3eb
@ -1610,7 +1610,7 @@ export default class CRUD extends React.Component<CRUDProps, any> {
|
||||
`bulk-action/${index}`,
|
||||
{
|
||||
...omit(btn, ['visibleOn', 'hiddenOn', 'disabledOn']),
|
||||
type: 'button',
|
||||
type: btn.type || 'button',
|
||||
ignoreConfirm: true
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user