fix
parent
b8dfddebe5
commit
1483fceac3
|
|
@ -9,7 +9,7 @@ import {
|
|||
} from "~/enumerate/constant";
|
||||
import "./index.less";
|
||||
|
||||
const RESUME_TEMPLATE_URL = "/安全评价师简历表模板.docx";
|
||||
const RESUME_TEMPLATE_URL = "https://test-dragon-yf-pub.oss-cn-hangzhou.aliyuncs.com/jjb/6a86d212e4b072649bfb8a6e.docx";
|
||||
|
||||
const GENDER_MAP = { 1: "男", 2: "女" };
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ const { router } = tools;
|
|||
const { TextArea } = Input;
|
||||
|
||||
/** 风险分析记录表 docx 模板 */
|
||||
const RISK_TEMPLATE_URL = "/安全评价风险分析记录表模板.docx";
|
||||
const RISK_TEMPLATE_URL = "https://test-dragon-yf-pub.oss-cn-hangzhou.aliyuncs.com/jjb/6a86d268e4b072649bfb8a84.docx";
|
||||
|
||||
/** 两选项单选回显:1 勾选前者,2 勾选后者 */
|
||||
const twoCheck = (val, yes, no) =>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ import { fillDocxTemplate } from "~/utils/fillDocxTemplate";
|
|||
|
||||
const { router } = tools;
|
||||
|
||||
const TEAM_TEMPLATE_URL = "/评价人员任命及专家聘用书(空白模板).docx";
|
||||
const TEAM_TEMPLATE_URL = "https://test-dragon-yf-pub.oss-cn-hangzhou.aliyuncs.com/jjb/6a86d2b2e4b072649bfb8a93.docx";
|
||||
|
||||
const TeamContent = ({ readOnly, ...props }) => {
|
||||
const {
|
||||
|
|
|
|||
Loading…
Reference in New Issue