zouyu
2025-03-18 1c598b62976901679a6ba723d6fbe2dc6771f11f
src/views/CNAS/personnel/personnelInfo/Department/components/TrainingRecord/index.vue
@@ -16,7 +16,7 @@
            </div>
          </template>
          <template v-slot:table>
            <limsTable :column="trainingColumn" :currentChange="currentChange" :height="'calc(100vh - 18em)'"
            <limsTable :column="trainingColumn" :currentChange="currentChange" :height="'calc(100vh - 20em)'"
              :highlightCurrentRow="true" :table-data="trainingTableData" :table-loading="trainingLoading"
              style="padding: 0 15px;" :page="trainingPagination" @pagination="trainingPaginationMethod">
            </limsTable>