mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-14 12:02:13 +08:00
fix: 修复 Job 扩缩副本任务明细错误的问题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user