diff --git a/src/views/modules/warehouse/labelTransactionLog.vue b/src/views/modules/warehouse/labelTransactionLog.vue
index 711f66e..f063972 100644
--- a/src/views/modules/warehouse/labelTransactionLog.vue
+++ b/src/views/modules/warehouse/labelTransactionLog.vue
@@ -231,6 +231,7 @@
+
@@ -249,7 +250,6 @@
-
@@ -348,7 +348,7 @@ export default {
computed: {
// 只有生产领料和生产退仓页签才显示Bom行号列
showBomItemNo() {
- return this.activeTab === '生产领料' || this.activeTab === '生产退仓'
+ return this.activeTab === '生产领料' || this.activeTab === '生产退仓' || this.activeTab === 'all'
}
},
mounted() {