From 3889d788af740f01e1d0a181fb7fe2ba321598e5 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Tue, 29 Apr 2025 15:01:22 +0800 Subject: [PATCH] 20250429 --- src/views/modules/board/partInventory.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/modules/board/partInventory.vue b/src/views/modules/board/partInventory.vue index 1a027f7..ef6efd7 100644 --- a/src/views/modules/board/partInventory.vue +++ b/src/views/modules/board/partInventory.vue @@ -323,6 +323,8 @@ export default { columnWidth: 140 }, ], + + calcHeight:100, } }, methods:{ @@ -377,6 +379,11 @@ export default { }, }, created() { + if (this.$route.name === 'inventory') { + this.calcHeight = 30 + } + }, + mounted() { }, computed:{ @@ -406,7 +413,7 @@ export default {