@@ -69,6 +69,7 @@ const DictDataUtil = {
//报故追踪状态状态
produce_type: "produce_type",
op_group: "op_group",
+ filter_order: "filter_order",
},
EXPAND_FIELD_TABLE: {
//字段类型
@@ -232,7 +232,7 @@ option.value = Object.assign(option.value, {
{
label: "工艺路线类型",
prop: "processRouteType",
- minWidth: 120,
+ width: 120,
search: true,
overHidden: true,
rules: [
@@ -321,7 +321,6 @@ option.value = Object.assign(option.value, {
prop: "created",
addDisplay: false,
editDisplay: false,
- width: 150,
@@ -679,12 +679,12 @@ option.value = Object.assign(option.value, {
prop: "materialModel",
- label: "H级筛选单",
+ label: "筛选单",
prop: "hOrder",
type: "select", //类型为下拉选择框
width: 100,
- dicData: [{'dictLabel': '是', 'dictValue': '1'}, {'dictLabel': '否', 'dictValue': '0'}],
+ dicUrl: dictDataUtil.request_url + dictDataUtil.TYPE_CODE.filter_order,
props: {
label: "dictLabel",
value: "dictValue",