Explorar o código

工艺路线版本判断

qinhb hai 10 meses
pai
achega
410f8244ac
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/views/base/craftManagement/route/index.vue

+ 8 - 0
src/views/base/craftManagement/route/index.vue

@@ -356,6 +356,14 @@ option.value = Object.assign(option.value, {
       prop: "processRouteVersion",
       addDisplay: true,
       editDisplay: true,
+      value: "1.0",
+      rules: [
+        {
+          required: true,
+          message: "请输入版本",
+          trigger: "blur",
+        },
+      ],
     },
     {
       label: "创建人",