feat : 打印

This commit is contained in:
clay
2024-08-03 20:55:26 +08:00
parent 5111897d13
commit 2634e9b70c
7 changed files with 143 additions and 28 deletions

View File

@@ -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":