fix:frontend i18n
This commit is contained in:
@@ -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>
|
||||
<!--表格渲染-->
|
||||
|
||||
Reference in New Issue
Block a user