fix:frontend i18n

This commit is contained in:
2024-05-28 10:45:04 +08:00
parent 1eb98e3ca7
commit f7f336b65e
23 changed files with 407 additions and 416 deletions

View File

@@ -69,7 +69,7 @@
:loading="downLoadcsvLoading"
@click="doExportCSV()"
>
{{ $t('auto.common.Export') }} CSV
{{ $t('common.Export') }} CSV
</el-button>
<el-button
slot="left"
@@ -80,7 +80,7 @@
:loading="downLoadcsvLoadingSmart"
@click="doExportSmartCSV()"
>
{{ $t('auto.common.Export') }} SMARTCSV
{{ $t('common.Export') }} SMARTCSV
</el-button>
<el-button
slot="left"
@@ -91,7 +91,7 @@
:loading="downLoadcsvLoadingFX5U"
@click="doExportFX5UCSV()"
>
{{ $t('auto.common.Export') }} FX5UCSV
{{ $t('common.Export') }} FX5UCSV
</el-button>
</crudOperation>
<!--表格渲染-->