feat: gantt block action configure

This commit is contained in:
katherinehhh 2023-01-18 17:30:43 +08:00
parent 49f4cbfbfe
commit db901a1651

View File

@ -40,8 +40,16 @@ export const GanttActionInitializers = {
},
},
},
{
type: 'item',
title: "{{t('Delete')}}",
component: 'BulkDestroyActionInitializer',
schema: {
'x-align': 'right',
'x-decorator': 'ACLActionProvider',
},
},
],
},
],
};