diff --git a/frontend/src/qc-gate/components/LotTable.vue b/frontend/src/qc-gate/components/LotTable.vue index 343faa2..917c0de 100644 --- a/frontend/src/qc-gate/components/LotTable.vue +++ b/frontend/src/qc-gate/components/LotTable.vue @@ -26,6 +26,7 @@ const BUCKET_LABELS = { const HEADERS = [ { key: 'lot_id', label: 'LOT ID' }, + { key: 'package', label: 'Package' }, { key: 'product', label: 'Product' }, { key: 'qty', label: 'QTY' }, { key: 'step', label: '站點' }, @@ -153,6 +154,7 @@ function currentSortLabel(columnKey) {