|
|
@ -437,6 +437,16 @@ export default { |
|
|
showOverflowTooltip: true, |
|
|
showOverflowTooltip: true, |
|
|
fixed: "" |
|
|
fixed: "" |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
columnProp: "supplierManufactureDate", |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: "供应商生产日期", |
|
|
|
|
|
columnWidth: 100, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
showOverflowTooltip: true, |
|
|
|
|
|
fixed: "" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
columnProp: "countFlag", |
|
|
columnProp: "countFlag", |
|
|
headerAlign: "center", |
|
|
headerAlign: "center", |
|
|
|