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