diff --git a/src/components/BpmnDesign/assets/showConfig.ts b/src/components/BpmnDesign/assets/showConfig.ts index 07effb0..abd8419 100644 --- a/src/components/BpmnDesign/assets/showConfig.ts +++ b/src/components/BpmnDesign/assets/showConfig.ts @@ -5,16 +5,17 @@ export default { formKey: true }, 'bpmn:UserTask': { - userType: true, - assignee: true, - candidateUsers: true, - candidateGroups: true, + auditUserType: true, + users: true, + roles: true, + specifyDesc: true, + multipleUserAuditType: true, async: true, priority: true, - formKey: true, skipExpression: true, dueDate: true, - taskListener: true + taskListener: true, + executionListener: true }, 'bpmn:ServiceTask': { async: true, diff --git a/src/components/BpmnDesign/index.vue b/src/components/BpmnDesign/index.vue index 5bda3fe..f84da6a 100644 --- a/src/components/BpmnDesign/index.vue +++ b/src/components/BpmnDesign/index.vue @@ -1,5 +1,5 @@