From 0844d7f271f0e036638f596706ca1b58c5d5512a Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 22 三月 2024 10:01:56 +0800
Subject: [PATCH] 添加流程卡查询明细数据,流程卡进度报表相关代码

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
index 211b7a4..ab7fd0a 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
@@ -668,6 +668,7 @@
               ref="xGridLeft"
               class="mytable-scrollbar"
               max-height="100%"
+              height="650px"
               v-bind="gridLeftOptions"
               v-on="gridEvents"
           >
@@ -722,6 +723,7 @@
                 ref="xGrid"
                 class="mytable-scrollbar"
                 max-height="100%"
+                height="650px"
                 v-bind="gridOptions"
             >
               <!--      @toolbar-button-click="toolbarButtonClickEvent"-->

--
Gitblit v1.8.0