@@ -483,7 +483,7 @@ initFunction()
:className="`field-icon-${fieldType[item.deType]}`"
>
- {{ item.name }}
+ {{ item.name }}
@@ -564,7 +564,13 @@ initFunction()
title="添加计算参数"
width="500"
>
-
+
diff --git a/core/core-frontend/src/views/workbranch/ShortcutOption.ts b/core/core-frontend/src/views/workbranch/ShortcutOption.ts
index 7bfaa548cd..5c58dee7ba 100644
--- a/core/core-frontend/src/views/workbranch/ShortcutOption.ts
+++ b/core/core-frontend/src/views/workbranch/ShortcutOption.ts
@@ -1,7 +1,6 @@
import { useI18n } from '@/hooks/web/useI18n'
import request from '@/config/axios'
const { t } = useI18n()
-console.log('useI18n', useI18n())
export interface ShortcutRequest {
keyword?: string
type?: string