浏览代码

添加字段

qinhb 1 周之前
父节点
当前提交
c3ecb4c3e0
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/views/plan/schedule/index.vue

+ 6 - 1
src/views/plan/schedule/index.vue

@@ -233,7 +233,12 @@ option.value = Object.assign(option.value, {
       search: true,
       editDisabled: true,
     },
-
+    {
+      label: "物料名称",
+      prop: "materialName",
+      search: true,
+      editDisabled: true,
+    },
     {
       label: "工序编码",
       prop: "operationCode",