fix: 修复 Job 扩缩副本任务明细错误的问题

This commit is contained in:
GraceWalk
2022-09-13 14:31:45 +08:00
parent 83f7f5468b
commit c9b4d45a64
3 changed files with 17 additions and 7 deletions

View File

@@ -209,7 +209,7 @@ const JobsList: React.FC = (props: any) => {
tableProps={{
tableId: 'jobs_list',
showHeader: false,
rowKey: 'jobs_list',
rowKey: 'id',
loading: loading,
columns: getJobsListColumns({ onDelete, setViewProgress }),
dataSource: data,