feat : 项目立项, 阶段变更zip下载

This commit is contained in:
2024-11-03 19:31:59 +08:00
parent 08da2601d8
commit 39c9408f34
4 changed files with 53 additions and 14 deletions

View File

@@ -254,7 +254,7 @@ const filePreviewShow = ref(false)
const getTemplateName=(type)=>{
switch (type) {
case 'apply':
return '科技创新项目立项申请表'
return '科技创新项目立项模板'
case 'check':
return '科技创新项目验收申请表'
}