Przeglądaj źródła

Merge branch 'xf_dev' of http://192.168.101.4:3000/jiaxiaoqiang/JG-ADMIN-TEMP into xf_dev

jiaxiaoqiang 1 rok temu
rodzic
commit
069d0679fa
1 zmienionych plików z 8 dodań i 0 usunięć
  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: "创建人",