diff --git a/src/views/retry/task/modules/retry-task-detail-drawer.vue b/src/views/retry/task/modules/retry-task-detail-drawer.vue
index 3f29df6..db1d097 100644
--- a/src/views/retry/task/modules/retry-task-detail-drawer.vue
+++ b/src/views/retry/task/modules/retry-task-detail-drawer.vue
@@ -1,8 +1,9 @@
-
-
- {{ rowData?.uniqueId }}
-
- {{ rowData?.groupName }}
- {{ rowData?.sceneName }}
-
- {{ rowData?.nextTriggerAt }}
-
-
- {{ rowData?.retryCount }}
-
-
-
- {{ $t(retryTaskStatusTypeRecord[rowData?.retryStatus!]) }}
-
-
-
- {{ $t(retryTaskTypeRecord[rowData?.taskType!]) }}
-
- {{ rowData?.bizNo }}
-
- {{ rowData?.idempotentId }}
-
-
- {{ rowData?.executorName }}
-
- {{ rowData?.argsStr }}
- {{ rowData?.createDt }}
- {{ rowData?.updateDt }}
-
+
+
+
+
+ {{ rowData?.uniqueId }}
+
+
+ {{ rowData?.groupName }}
+
+
+ {{ rowData?.sceneName }}
+
+
+ {{ rowData?.nextTriggerAt }}
+
+
+ {{ rowData?.retryCount }}
+
+
+
+ {{ $t(retryTaskStatusTypeRecord[rowData?.retryStatus!]) }}
+
+
+
+ {{ $t(retryTaskTypeRecord[rowData?.taskType!]) }}
+
+ {{ rowData?.bizNo }}
+
+ {{ rowData?.idempotentId }}
+
+
+ {{ rowData?.executorName }}
+
+ {{ rowData?.argsStr }}
+ {{ rowData?.createDt }}
+ {{ rowData?.updateDt }}
+
+
+
+
+
+