From 762e9f64bdd2b896c258bfbebbf60208f5e3251a Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:48:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=A7=E8=A1=8C=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=94=B6=E9=9B=86=E6=98=BE=E7=A4=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9=20(#1733)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ai-chat/ExecutionDetailDialog.vue | 31 ++++++++++++++----- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue index fc89c08bd..70bd3f78f 100644 --- a/ui/src/components/ai-chat/ExecutionDetailDialog.vue +++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue @@ -231,8 +231,13 @@
- + @@ -453,7 +468,7 @@ import { arraySort } from '@/utils/utils' import { iconComponent } from '@/workflow/icons/utils' import { WorkflowType } from '@/enums/workflow' import { getImgUrl } from '@/utils/utils' - +import DynamicsForm from '@/components/dynamics-form/index.vue' const dialogVisible = ref(false) const detail = ref([])