@@ -410,6 +410,14 @@ option.value = Object.assign(option.value, {
prop: "processRouteVersion",
addDisplay: true,
editDisplay: true,
+ value: '1.0',
+ rules: [
+ {
+ required: true,
+ message: "版本不能为空",
+ trigger: "blur",
+ },
+ ],
},
{
label: "创建人",