From f6b61a485501f326debe52d77ea65d87fb34b37f Mon Sep 17 00:00:00 2001
From: 田源 <tianyuan@vci-tech.com>
Date: 星期三, 05 三月 2025 17:57:09 +0800
Subject: [PATCH] 完善集成日志查询

---
 Source/UBCS-WEB/src/components/template/FlowPath.vue |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/template/FlowPath.vue b/Source/UBCS-WEB/src/components/template/FlowPath.vue
index 4831a6e..1ffafd7 100644
--- a/Source/UBCS-WEB/src/components/template/FlowPath.vue
+++ b/Source/UBCS-WEB/src/components/template/FlowPath.vue
@@ -1,9 +1,12 @@
 <template>
-  <avue-crud v-if="Formlist.length>0" ref="crud" v-model="form" :data="data" :option="option" :page.sync="page"
-             :search.sync="search" :table-loading="loading" @on-load="getDataList" @row-save="handleSave"
-             @row-del="handleDelete" @row-update="handleEdit" @refresh-change="handleRefresh"
-             @size-change="handleSizePage" @current-change="handleCurrentPage">
-  </avue-crud>
+  <div>
+    <avue-crud v-if="Formlist.length>0" ref="crud" v-model="form" :data="data" :option="option" :page.sync="page"
+               :search.sync="search" :table-loading="loading" @on-load="getDataList" @row-save="handleSave"
+               @row-del="handleDelete" @row-update="handleEdit" @refresh-change="handleRefresh"
+               @size-change="handleSizePage" @current-change="handleCurrentPage">
+    </avue-crud>
+  </div>
+
 </template>
 
 <script>
@@ -44,7 +47,8 @@
       startData: [],
       form: {},
       option: {
-        height: 340,
+        height: 'auto',
+        calcHeight: 20,
         border: true,
         align: 'center',
         menu: !this.checkStatus || this.crudLCStatus == 'Editing',

--
Gitblit v1.9.3