Commit 20412306 authored by chenshouchao's avatar chenshouchao

feat: 新增模板初始版本号为1.0.0

parent 798c0538
...@@ -62,7 +62,7 @@ const WorkFlowEdit = observer((props: IProps) => { ...@@ -62,7 +62,7 @@ const WorkFlowEdit = observer((props: IProps) => {
const [title, setTitle] = useState(""); // 自定义模板名称 const [title, setTitle] = useState(""); // 自定义模板名称
const [version, setVersion] = useState("1.0.0"); // 自定义模板版本 const [version, setVersion] = useState("1.0.0"); // 自定义模板版本
const [oldversion, setOldersion] = useState(""); // 编辑时自定义模板的老版本 const [oldversion, setOldersion] = useState(""); // 编辑时自定义模板的老版本
const [selfAddingEewVersion, setSelfAddingEewVersion] = useState(""); // 编辑时自增新版本 const [selfAddingEewVersion, setSelfAddingEewVersion] = useState("1.0.0"); // 编辑时自增新版本
const [description, setDescription] = useState(""); // 自定义模板描述 const [description, setDescription] = useState(""); // 自定义模板描述
const [creator, setCreator] = useState(""); // 自定义模板创建人 const [creator, setCreator] = useState(""); // 自定义模板创建人
const [operatingArea, setOperatingArea] = useState<"form" | "flow">("form"); // 当前操作区域 const [operatingArea, setOperatingArea] = useState<"form" | "flow">("form"); // 当前操作区域
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment