From e43087169c2200449abb4a4c1303e8ec70bb925f Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 3 Sep 2024 15:41:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E7=AE=A1=E7=90=86=E9=97=B4=E8=B7=9D=E4=B8=8D?= =?UTF-8?q?=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/pages/index/main.ts | 1 - .../src/views/system/font/UploadDetail.vue | 18 +++++++++++++++++- .../data/dataset/form/CalcFieldEdit.vue | 18 ++++++++++++------ .../src/views/workbranch/ShortcutOption.ts | 1 - 4 files changed, 29 insertions(+), 9 deletions(-) diff --git a/core/core-frontend/src/pages/index/main.ts b/core/core-frontend/src/pages/index/main.ts index 065360481f..4faa725053 100644 --- a/core/core-frontend/src/pages/index/main.ts +++ b/core/core-frontend/src/pages/index/main.ts @@ -17,7 +17,6 @@ const setupAll = async () => { const app = createApp(App) installDirective(app) await setupI18n(app) - console.log('I18-loaded') setupStore(app) setupRouter(app) setupElementPlus(app) diff --git a/core/core-frontend/src/views/system/font/UploadDetail.vue b/core/core-frontend/src/views/system/font/UploadDetail.vue index 139ad6b40c..4e42f86187 100644 --- a/core/core-frontend/src/views/system/font/UploadDetail.vue +++ b/core/core-frontend/src/views/system/font/UploadDetail.vue @@ -118,7 +118,13 @@ const confirm = () => { + + diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/CalcFieldEdit.vue b/core/core-frontend/src/views/visualized/data/dataset/form/CalcFieldEdit.vue index 6515c9c70d..0669ea24d7 100644 --- a/core/core-frontend/src/views/visualized/data/dataset/form/CalcFieldEdit.vue +++ b/core/core-frontend/src/views/visualized/data/dataset/form/CalcFieldEdit.vue @@ -309,6 +309,7 @@ initFunction() @@ -434,7 +435,7 @@ initFunction() @@ -444,7 +445,7 @@ initFunction() :className="`field-icon-${fieldType[item.deType]}`" > - {{ item.name }} + {{ item.name }}
{{ t('dataset.na') }}
@@ -470,8 +471,7 @@ initFunction() @@ -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