diff --git a/src/locales/langs/en-us.ts b/src/locales/langs/en-us.ts
index cb83e14..a32f85e 100644
--- a/src/locales/langs/en-us.ts
+++ b/src/locales/langs/en-us.ts
@@ -828,6 +828,7 @@ const local: App.I18n.Schema = {
},
retryLog: {
title: 'RetryLog List',
+ detail: 'Retry Log Detail',
UniqueId: 'UniqueId',
groupName: 'Group name',
sceneName: 'Scene name',
diff --git a/src/locales/langs/zh-cn.ts b/src/locales/langs/zh-cn.ts
index ca77013..a09fe28 100644
--- a/src/locales/langs/zh-cn.ts
+++ b/src/locales/langs/zh-cn.ts
@@ -824,6 +824,7 @@ const local: App.I18n.Schema = {
},
retryLog: {
title: 'RetryLog 列表',
+ detail: '重试日志详情',
UniqueId: 'UniqueId',
groupName: '组名称',
sceneName: '场景名称',
diff --git a/src/typings/app.d.ts b/src/typings/app.d.ts
index c90f75d..ba3d9ca 100644
--- a/src/typings/app.d.ts
+++ b/src/typings/app.d.ts
@@ -976,6 +976,7 @@ declare namespace App {
};
retryLog: {
title: string;
+ detail: string;
UniqueId: string;
groupName: string;
sceneName: string;
diff --git a/src/views/retry/log/modules/retry-log-detail-drawer.vue b/src/views/retry/log/modules/retry-log-detail-drawer.vue
index cab2dcc..f32cfd2 100644
--- a/src/views/retry/log/modules/retry-log-detail-drawer.vue
+++ b/src/views/retry/log/modules/retry-log-detail-drawer.vue
@@ -60,6 +60,15 @@ watch(
{{ rowData?.idempotentId }}
+
+ {{ rowData?.executorName }}
+
+
+ {{ rowData?.argsStr }}
+
+
+ {{ rowData?.createDt }}
+