From f388cb5695a8e4981a874114a29472aa726c049e Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 12 Sep 2024 14:10:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=A7=E8=A1=8C=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=9A=E8=B7=AF=E5=8F=AC=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ai-chat/ExecutionDetailDialog.vue | 29 ++++++++++++++++++- .../component/AccessSettingDrawer.vue | 1 + 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue index 023ba308a..69c17d328 100644 --- a/ui/src/components/ai-chat/ExecutionDetailDialog.vue +++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue @@ -41,7 +41,9 @@
参数输入
用户问题: {{ item.question || '-' }}
-
{{f.label}}: {{f.value}}
+
+ {{ f.label }}: {{ f.value }} +
@@ -165,6 +167,31 @@ + +