feat: 国际化

This commit is contained in:
ulleo 2024-11-04 15:04:16 +08:00
parent 00dc457d69
commit cfc942b87e

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>