From 5f32b360c5cc299d5ce9a94b812b34703184f2d0 Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期三, 12 三月 2025 16:02:09 +0800
Subject: [PATCH] modified: src/api/business/reportPreparation.js modified: src/views/business/reportPreparation/index.vue
---
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