@@ -102,6 +102,20 @@ option.value = Object.assign(option.value, {
prop: "materialModel",
},
{
+ label: "订单数量",
+ prop: "orderNum",
+ type: "number",
+ width: "100",
+ min: 1,
+ max: 99999,
+ },
+ {
+ label: "排产数量",
+ prop: "scheduledNum",
+ display: false,
label: "产品版本",
width: 130,
overHidden: true,
@@ -137,20 +151,6 @@ option.value = Object.assign(option.value, {
filterable: true, //添加filterable属性即可启用搜索功能
- label: "订单数量",
- prop: "orderNum",
- type: "number",
- width: "100",
- min: 1,
- max: 99999,
- },
- {
- label: "排产数量",
- prop: "scheduledNum",
- display: false,
label: "优先级",
prop: "priority",
width: "100",