feat : 科创部直接跳过审批节点

This commit is contained in:
clay
2024-07-19 14:22:17 +08:00
parent 9783ca8506
commit bd01e4c94b
3 changed files with 6 additions and 0 deletions

View File

@@ -67,6 +67,8 @@ const content = computed(() => {
}
case "SELF":
return '发起人自己'
case "DSTI_MATRIX":
return '科创部用户跳过'
case "SELF_SELECT":
return config.selfSelect.multiple ? '发起人自选多人' : '发起人自选一人'
case "LEADER_TOP":