feat(plugin-workflow): allow to sort workflows when binding to action button (#6017)

This commit is contained in:
Junyi 2025-01-08 20:38:41 +08:00 committed by GitHub
parent 5ce5b05cb6
commit 5c97e7c3f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -561,6 +561,17 @@ export function WorkflowConfig() {
items: {
type: 'object',
properties: {
sort: {
type: 'void',
'x-component': 'ArrayTable.Column',
'x-component-props': { width: 50, title: '', align: 'center' },
properties: {
sort: {
type: 'void',
'x-component': 'ArrayTable.SortHandle',
},
},
},
context: {
type: 'void',
'x-component': 'ArrayTable.Column',