This commit is contained in:
zhoutianchi
2026-02-26 16:08:25 +08:00
parent 1ce6db425e
commit a9e5e2b368
10 changed files with 619 additions and 171 deletions

View File

@@ -61,7 +61,8 @@ const uploadRef = ref<{ clearFiles?: () => void }>()
const titleMap: Record<string, string> = {
R10001: '计划专业导入',
R10002: '地区分数导入',
R10003: '中招平台数据导入'
R10003: '中招平台数据导入',
R10004: '学校维护导入',
}
// 方法
const init = (type: any) => {