|
|
|
@ -321,6 +321,17 @@ export default { |
|
|
|
columnWidth: 60, |
|
|
|
showOverflowTooltip: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
columnProp: "outBatchNo", |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: "合约号码", |
|
|
|
columnHidden: false, |
|
|
|
columnSortable: false, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 120, |
|
|
|
showOverflowTooltip: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
columnProp: "componentScrap", |
|
|
|
headerAlign: "center", |
|
|
|
|