瀏覽代碼

fix:工序管理添加工序标注字段

luoxiao 3 月之前
父節點
當前提交
1646beec99
共有 1 個文件被更改,包括 12 次插入1 次删除
  1. 12 1
      src/views/base/craftManagement/process/index.vue

+ 12 - 1
src/views/base/craftManagement/process/index.vue

@@ -399,7 +399,6 @@ option.value = Object.assign(option.value, {
         value: "dictValue",
       },
       span: 12,
-      row: true,
       rules: [
         {
           required: true,
@@ -409,6 +408,18 @@ option.value = Object.assign(option.value, {
       ],
     },
     {
+      label: "工序标注",
+      prop: "operationLabel",
+      span: 12,
+      rules: [
+        {
+          max: 20,
+          message: "工序标注不能超过20个字符",
+          trigger: "blur",
+        },
+      ],
+    },
+    {
       label: "方法",
       prop: "method",
       span: 12,