| | |
| | | <el-button icon="el-icon-view" type="text" @click="handleDetail(scope.row)">查看</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <template #empty> |
| | | <el-empty |
| | | class="custom-empty" |
| | | :image-size="100" |
| | | > |
| | | <template #description> |
| | | <span class="custom-text">暂无数据</span> |
| | | </template> |
| | | </el-empty> |
| | | </template> |
| | | </el-table> |
| | | </div> |
| | | <div class="pagination"> |
| | | <div class="pagination" v-if="jobListData.length > 0"> |
| | | <el-pagination class="ztzf-pagination" popper-class="custom-pagination-dropdown" background |
| | | :page-sizes="[10, 20, 30, 40, 50, 100]" :size="size" v-model:current-page="jobListParams.current" |
| | | v-model:page-size="jobListParams.size" layout="total, sizes, prev, pager, next, jumper" :total="total" |
| | |
| | | flex: 1; |
| | | margin-top: 18px; |
| | | overflow: auto; |
| | | :deep(.el-scrollbar__view) { |
| | | height: 100%; |
| | | } |
| | | :deep(.el-table--fit,.el-scrollbar__view) { |
| | | height: 100%; |
| | | } |
| | | } |
| | | |
| | | .custom-empty { |
| | | //font-family: Source Han Sans CN, Source Han Sans CN; |
| | | //margin-top: 15%; |
| | | //.custom-text { |
| | | // color: #fff; |
| | | // font-size: 16px; |
| | | //} |
| | | } |
| | | |
| | | .btnItem { |
| | | height: 27px; |
| | |
| | | |
| | | :deep(.el-pagination) { |
| | | display: flex; |
| | | padding: 20px 0; |
| | | justify-content: right; |
| | | } |
| | | |