From cb301fbafc5c7c99eb11c6384e6adca686055014 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 23 Jul 2026 15:38:55 +0800 Subject: [PATCH] =?UTF-8?q?2026-07-23=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../searchWorkOrderDetailsAlloc.vue | 63 +++++++++---------- 1 file changed, 30 insertions(+), 33 deletions(-) diff --git a/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderDetailsAlloc.vue b/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderDetailsAlloc.vue index 389f7ab..f40efd8 100644 --- a/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderDetailsAlloc.vue +++ b/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderDetailsAlloc.vue @@ -26,7 +26,7 @@ @keyup.enter.native="getData"> @@ -197,7 +194,7 @@ { const windowHeight = window.innerHeight - const headerHeight = this.searchExpanded ? 414 : 294 + const headerHeight = this.searchExpanded ? 364 : 296 this.orderTableHeight = (windowHeight - headerHeight - 85) / 2 this.allocTableHeight = (windowHeight - headerHeight - 85) / 2 })