| | |
| | | > |
| | | </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> |
| | | <!-- 表格部分 --> |
| | |
| | | > |
| | | </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="!switchFolders ? tableData.length > 0 : folderList.length > 0"> |
| | | <el-pagination |
| | | :current-page="switchFolders ? FolderListParams.page : jobListParams.current" |
| | | :page-size="switchFolders ? FolderListParams.page_size : jobListParams.size" |
| | |
| | | height: 0; |
| | | flex: 1; |
| | | overflow: auto; |
| | | :deep(.el-scrollbar__view) { |
| | | height: 100%; |
| | | } |
| | | :deep(.el-table--fit,.el-scrollbar__view) { |
| | | height: 100%; |
| | | } |
| | | |
| | | .look { |
| | | color: #1c5cff; |