mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
feat(plugin-workflow): allow to sort workflows when binding to action button (#6017)
This commit is contained in:
parent
5ce5b05cb6
commit
5c97e7c3f9
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user