|
|
|
@ -343,6 +343,26 @@ export default { |
|
|
|
showOverflowTooltip: true, |
|
|
|
fixed: "" |
|
|
|
}, |
|
|
|
{ |
|
|
|
columnProp: "engChgLevel", |
|
|
|
headerAlign: "center", |
|
|
|
align: "center", |
|
|
|
columnLabel: "engChgLevel", |
|
|
|
columnWidth: 100, |
|
|
|
columnSortable: false, |
|
|
|
showOverflowTooltip: true, |
|
|
|
fixed: "" |
|
|
|
}, |
|
|
|
{ |
|
|
|
columnProp: "expiredDate", |
|
|
|
headerAlign: "center", |
|
|
|
align: "center", |
|
|
|
columnLabel: "expiredDate", |
|
|
|
columnWidth: 130, |
|
|
|
columnSortable: false, |
|
|
|
showOverflowTooltip: true, |
|
|
|
fixed: "" |
|
|
|
}, |
|
|
|
{ |
|
|
|
columnProp: "qty", |
|
|
|
headerAlign: "center", |
|
|
|
|