From 7e4a48404dcca87fa8060fde21dcb5cdf6b651dc Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 12 三月 2025 15:42:23 +0800
Subject: [PATCH] table封装showHidebug

---
 src/views/CNAS/personnel/personnelInfo/Department/components/PersonnelTraining/index.vue |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/src/views/CNAS/personnel/personnelInfo/Department/components/PersonnelTraining/index.vue b/src/views/CNAS/personnel/personnelInfo/Department/components/PersonnelTraining/index.vue
index 9467953..add2c39 100644
--- a/src/views/CNAS/personnel/personnelInfo/Department/components/PersonnelTraining/index.vue
+++ b/src/views/CNAS/personnel/personnelInfo/Department/components/PersonnelTraining/index.vue
@@ -14,7 +14,7 @@
           </div>
         </template>
         <template v-slot:table>
-          <limsTable :column="yearPlanColumn" :currentChange="currentChange" :height="'130'"
+          <limsTable :column="yearPlanColumn" :currentChange="currentChange" :height="'28vh'"
             :table-data="yearPlanTableData" :table-loading="yearLoading" highlightCurrentRow style="padding: 0 15px"
             :page="pagination" @pagination="paginationMetod">
           </limsTable>
@@ -45,17 +45,15 @@
         <template v-slot:table>
           <el-tabs v-model="activeName" style="margin-left: 15px">
             <el-tab-pane label="鏈煿璁�" name="first">
-              <limsTable :column="inDetailPlanColumn" :handleSelectionChange="handleSelectionChange"
-                :height="tableHeight + ''" :isSelection="true" :table-data="inDetailPlanTableData"
-                :table-loading="yearLoading" style="padding: 0 15px" :page="inDetailPagination"
-                @pagination="paginationmethod0">
+              <limsTable :column="inDetailPlanColumn" :handleSelectionChange="handleSelectionChange" :height="'28vh'"
+                :isSelection="true" :table-data="inDetailPlanTableData" :table-loading="yearLoading"
+                style="padding: 0 15px" :page="inDetailPagination" @pagination="paginationmethod0">
               </limsTable>
             </el-tab-pane>
             <el-tab-pane label="宸茬粨鏉�" name="second">
-              <limsTable :column="inDetailPlanColumn" :handleSelectionChange="handleSelectionChange"
-                :height="tableHeight + ''" :isSelection="true" :table-data="inDetailPlanTableData"
-                :table-loading="yearLoading" style="padding: 0 15px" :page="inDetailPagination"
-                @pagination="paginationmethod0">
+              <limsTable :column="inDetailPlanColumn" :handleSelectionChange="handleSelectionChange" :height="'28vh'"
+                :isSelection="true" :table-data="inDetailPlanTableData" :table-loading="yearLoading"
+                style="padding: 0 15px" :page="inDetailPagination" @pagination="paginationmethod0">
               </limsTable>
             </el-tab-pane>
           </el-tabs>

--
Gitblit v1.9.3