We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52220c8 commit 935117cCopy full SHA for 935117c
1 file changed
dolphinscheduler-ui/src/views/projects/workflow/instance/use-table.ts
@@ -82,8 +82,7 @@ export function useTable() {
82
{
83
title: '#',
84
key: 'id',
85
- ...COLUMN_WIDTH_CONFIG['index'],
86
- render: (rowData: any, rowIndex: number) => rowIndex + 1
+ ...COLUMN_WIDTH_CONFIG['index']
87
},
88
89
title: t('project.workflow.workflow_instance_name'),
0 commit comments