diff --git a/src/views/workflow/batch/index.vue b/src/views/workflow/batch/index.vue index 2379da3..01e7188 100644 --- a/src/views/workflow/batch/index.vue +++ b/src/views/workflow/batch/index.vue @@ -28,13 +28,8 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP taskBatchStatus: null }, columns: () => [ - // { - // type: 'selection', - // align: 'center', - // width: 48 - // }, { - key: 'index', + key: 'id', title: $t('common.index'), align: 'center', width: 120 diff --git a/src/views/workflow/task/index.vue b/src/views/workflow/task/index.vue index 1b63625..6c23fb9 100644 --- a/src/views/workflow/task/index.vue +++ b/src/views/workflow/task/index.vue @@ -38,7 +38,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP // width: 48 // }, { - key: 'index', + key: 'id', title: $t('common.index'), align: 'center', width: 120