xieyong
1 неделя назад
Родитель
Сommit
4d86ab4969
|
|
@@ -378,10 +378,6 @@
|
|
|
prop: 'categoryName',
|
|
|
minWidth: 120
|
|
|
},
|
|
|
- {
|
|
|
- label: '来源',
|
|
|
- prop: 'sourceInfo',
|
|
|
- },
|
|
|
{
|
|
|
prop: 'model',
|
|
|
label: '型号',
|
|
|
@@ -405,6 +401,10 @@
|
|
|
prop: 'produceTaskName',
|
|
|
minWidth: 120
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '来源',
|
|
|
+ prop: 'sourceInfo',
|
|
|
+ },
|
|
|
{
|
|
|
label: '数量',
|
|
|
prop: 'feedQuantity',
|
|
|
@@ -87,10 +87,6 @@
|
|
|
prop: 'categoryName',
|
|
|
minWidth: 120
|
|
|
},
|
|
|
- {
|
|
|
- label: '来源',
|
|
|
- prop: 'sourceInfo',
|
|
|
- },
|
|
|
{
|
|
|
prop: 'model',
|
|
|
label: '型号',
|
|
|
@@ -114,6 +110,10 @@
|
|
|
prop: 'produceTaskName',
|
|
|
minWidth: 120
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '来源',
|
|
|
+ prop: 'sourceInfo',
|
|
|
+ },
|
|
|
{
|
|
|
label: '数量',
|
|
|
prop: 'feedQuantity',
|