Browse Source

增加字段H级筛选单

qinhb 7 tháng trước cách đây
mục cha
commit
c093adf65b
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  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,