浏览代码

增加字段H级筛选单

qinhb 7 月之前
父节点
当前提交
c093adf65b
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      src/views/plan/workOrder/index.vue

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

@@ -679,6 +679,19 @@ option.value = Object.assign(option.value, {
       prop: "materialModel",
     },
     {
+      label: "H级筛选单",
+      prop: "hOrder",
+      type: "select", //类型为下拉选择框
+      width: 100,
+      overHidden: true,
+      dicData: [{'dictLabel': '是', 'dictValue': '1'}, {'dictLabel': '否', 'dictValue': '0'}],
+      props: {
+        label: "dictLabel",
+        value: "dictValue",
+      },
+      value: '0',
+    },
+    {
       label: "优先级",
       prop: "priority",
       display: false,