From a4b38c85a54a62bff0ee1e696f1aaf1a29cefc29 Mon Sep 17 00:00:00 2001
From: opensnail <598092184@qq.com>
Date: Mon, 29 Apr 2024 18:20:38 +0800
Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.0.0):=20=E5=AE=8C=E6=88=90=E9=87=8D?=
=?UTF-8?q?=E8=AF=95=E6=97=A5=E5=BF=97=E6=8E=A5=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/locales/langs/en-us.ts | 1 +
src/locales/langs/zh-cn.ts | 1 +
src/typings/app.d.ts | 1 +
src/views/retry/log/modules/retry-log-detail-drawer.vue | 9 +++++++++
4 files changed, 12 insertions(+)
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 }}
+