diff --git a/src/views/retry/scene/index.vue b/src/views/retry/scene/index.vue index fa0ffd2..a20a3ff 100644 --- a/src/views/retry/scene/index.vue +++ b/src/views/retry/scene/index.vue @@ -39,6 +39,12 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP align: 'center', width: 48 }, + { + key: 'id', + title: $t('common.index'), + align: 'center', + width: 64 + }, { key: 'sceneName', title: $t('page.retryScene.sceneName'), diff --git a/src/views/retry/task/index.vue b/src/views/retry/task/index.vue index b18653b..afe2a58 100644 --- a/src/views/retry/task/index.vue +++ b/src/views/retry/task/index.vue @@ -45,6 +45,12 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP align: 'center', width: 48 }, + { + key: 'id', + title: $t('common.index'), + align: 'center', + width: 64 + }, { key: 'uniqueId', title: $t('page.retryTask.uniqueId'),