diff --git a/public/安全评价师简历表(修正版)V2.docx b/public/安全评价师简历表(修正版)V2.docx index 5e81878..275a0a5 100644 --- a/public/安全评价师简历表(修正版)V2.docx +++ b/public/安全评价师简历表(修正版)V2.docx @@ -17,8 +17,7 @@ {idCardNo} 联系电话 {phone} - 学 历学 位 - 学历层次 + 学历学位 {education} 毕业院校及专业 {schoolMajor} diff --git a/src/components/StaffResumeModal/index.js b/src/components/StaffResumeModal/index.js index 584a230..fbca09d 100644 --- a/src/components/StaffResumeModal/index.js +++ b/src/components/StaffResumeModal/index.js @@ -9,7 +9,7 @@ import { } from "~/enumerate/constant"; import "./index.less"; -const RESUME_TEMPLATE_URL = "https://gbs-cqaqpj.oss-cn-beijing.aliyuncs.com/jjb/6a8fd835e4b043684e055900.docx"; +const RESUME_TEMPLATE_URL = "https://gbs-cqaqpj.oss-cn-beijing.aliyuncs.com/jjb/6a90030ae4b043684e05632b.docx"; const GENDER_MAP = { 1: "男", 2: "女" };