spring
2025-03-12 7e4a48404dcca87fa8060fde21dcb5cdf6b651dc
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>