| | |
| | | </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> |
| | |
| | | <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> |