Skip to content

Commit 935117c

Browse files
authored
[Improvement-17241][UI] workflow instance list index should display workflow instance id instead of serial number (#17242)
1 parent 52220c8 commit 935117c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • dolphinscheduler-ui/src/views/projects/workflow/instance

dolphinscheduler-ui/src/views/projects/workflow/instance/use-table.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ export function useTable() {
8282
{
8383
title: '#',
8484
key: 'id',
85-
...COLUMN_WIDTH_CONFIG['index'],
86-
render: (rowData: any, rowIndex: number) => rowIndex + 1
85+
...COLUMN_WIDTH_CONFIG['index']
8786
},
8887
{
8988
title: t('project.workflow.workflow_instance_name'),

0 commit comments

Comments
 (0)