From 3115fcc80036ec4bfe3a2cd1128c5fdc82a01f42 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 28 四月 2026 16:38:27 +0800
Subject: [PATCH] limsTable表格自适应高度&手动下单调整

---
 src/views/business/productSamplingInfo/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/business/productSamplingInfo/index.vue b/src/views/business/productSamplingInfo/index.vue
index 9cf3667..8575479 100644
--- a/src/views/business/productSamplingInfo/index.vue
+++ b/src/views/business/productSamplingInfo/index.vue
@@ -24,10 +24,10 @@
         </ul>
         <!--瀛e害-->
         <lims-table :tableData="tableData" :column="column" v-if="tabIndex === 0" @pagination="pagination"
-          :height="'calc(100vh - 290px)'" :page="page" :tableLoading="tableLoading"></lims-table>
+                    :height="50" :page="page" :tableLoading="tableLoading"></lims-table>
         <!--骞村害-->
         <lims-table :tableData="tableData1" :column="column1" v-if="tabIndex === 1" @pagination="pagination1"
-          :height="'calc(100vh - 290px)'" key="tableData1" :page="page1" :tableLoading="tableLoading1"></lims-table>
+                    :height="50" key="tableData1" :page="page1" :tableLoading="tableLoading1"></lims-table>
       </div>
     </div>
     <el-dialog :close-on-click-modal="false" :close-on-press-escape="false" :visible.sync="yearSampleDia" title="骞村害鎶芥牱"

--
Gitblit v1.9.3