feat : workflow编辑器 无用功能屏蔽

This commit is contained in:
clay
2024-05-13 19:28:16 +08:00
parent 66454b2023
commit 5911d0f6d2
3 changed files with 6 additions and 41 deletions

View File

@@ -230,11 +230,11 @@ const showOrgSelect = ref(false)
const orgPickerSelected = ref([])
const approvalTypes = reactive([
{name: "指定人员", type: "ASSIGN_USER"},
{name: "发起人自选", type: "SELF_SELECT"},
// {name: "发起人自选", type: "SELF_SELECT"},
// {name: "连续多级主管", type: "LEADER_TOP"},
{name: "主管", type: "LEADER"},
// {name: "主管", type: "LEADER"},
// {name: "角色", type: "ROLE"},
// {name: "发起人自己", type: "SELF"},
{name: "发起人自己", type: "SELF"},
// {name: "表单内联系人", type: "FORM_USER"},
{name: "矩阵审批", type: "MATRIX_APPROVAL"},
])