Merge pull request #13092 from ulleo/dev-v2

feat: 国际化
This commit is contained in:
ulleo 2024-11-04 15:05:00 +08:00 committed by GitHub
commit 49518b9c1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -304,7 +304,7 @@ onBeforeMount(() => {
<template #icon>
<Icon name="icon_add_outlined"><icon_add_outlined class="svg-icon" /></Icon>
</template>
{{ $t('commons.create') }}{{ t('work_branch.big_data_screen') }}
{{ $t('commons.create') }}{{ $t('work_branch.big_data_screen') }}
</el-button>
</empty-background>
</template>