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 1/2] =?UTF-8?q?feat:=20=E6=89=A7=E8=A1=8C=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E8=A1=A8=E5=8D=95=E6=94=B6=E9=9B=86=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=A0=B7=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([]) From ec27e1ead5e4e94d434ab0d14a2566a84ff4dee4 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:32:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?build:=20=E6=89=93=E5=8C=85=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E5=86=85=E5=AD=98=E4=B8=BA4G=20(#1734)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 3203bd466..441315fe3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "vite", - "build": "run-p type-check build-only", + "build": "run-p --max_old_space_size=4096 type-check build-only", "preview": "vite preview", "test:unit": "vitest", "build-only": "vite build",