feat : 打印
This commit is contained in:
@@ -71,10 +71,10 @@ const content = computed(() => {
|
||||
return '科创部用户跳过'
|
||||
case "NO_USER_SKIP":
|
||||
return '无用户审批,跳过'
|
||||
case "DSTI_CONTACT_PERSON":
|
||||
return '下属企业科创部对接人'
|
||||
case "SUB_LEADER":
|
||||
return '下属企业领导'
|
||||
case "PROJECT_LEADER":
|
||||
return '项目负责人'
|
||||
case "SELF_SELECT":
|
||||
return config.selfSelect.multiple ? '发起人自选多人' : '发起人自选一人'
|
||||
case "LEADER_TOP":
|
||||
@@ -124,6 +124,7 @@ const validate = (err) => {
|
||||
case "DSTI_CONTACT_PERSON":
|
||||
case "SUB_LEADER":
|
||||
case "LEADER_TOP":
|
||||
case "PROJECT_LEADER":
|
||||
showError.value = !validate_LEADER_TOP(err);
|
||||
break;
|
||||
case "LEADER":
|
||||
|
||||
Reference in New Issue
Block a user