Browse Source

工单添加备注

jxq 1 week ago
parent
commit
a29cfe229c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/views/plan/workOrder/index.vue

+ 9 - 0
src/views/plan/workOrder/index.vue

@@ -1173,6 +1173,15 @@ option.value = Object.assign(option.value, {
       dicData: switchOp,
       value: 0,
     },
+    {
+      label: "备注",
+      prop: "remark",
+      width: 100,
+      overHidden: true,
+      minRows: 2, //最小行/最小值
+      type: "textarea", //类型为多行文本域框
+      maxlength: 512, //最大输入长度
+    },
   ],
 });