From 4ee70651e7e1f165618e328c6c8370bdf3fc4d21 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Tue, 11 Nov 2025 19:00:39 +0800 Subject: [PATCH] feat: knowledge workflow --- .../knowledge-workflow/component/action/index.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/ui/src/views/knowledge-workflow/component/action/index.vue b/ui/src/views/knowledge-workflow/component/action/index.vue index 40059a3ce..7aae4600d 100644 --- a/ui/src/views/knowledge-workflow/component/action/index.vue +++ b/ui/src/views/knowledge-workflow/component/action/index.vue @@ -11,9 +11,17 @@ @@ -24,6 +32,7 @@ import { computed, ref } from 'vue' import { WorkflowKind, WorkflowMode, WorkflowType } from '@/enums/application' import DynamicsForm from '@/components/dynamics-form/index.vue' import type { FormField } from '@/components/dynamics-form/type' +import { iconComponent } from '@/workflow/icons/utils' import type { Dict } from '@/api/type/common' import type { FormRules } from 'element-plus' import { loadSharedApi } from '@/utils/dynamics-api/shared-api'