@@ -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,