fix:frontend i18n
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
:loading="downLoadDeviceErrorLogging"
|
||||
@click="doExportDeviceErrorLogging()"
|
||||
>
|
||||
{{ $t('auto.common.Export') }}
|
||||
{{ $t('common.Export') }}
|
||||
</el-button>
|
||||
</crudOperation>
|
||||
<!--表单组件-->
|
||||
@@ -85,7 +85,7 @@
|
||||
<el-table-column prop="error_time" :label="$t('errorLog.table.error_time')" />
|
||||
<el-table-column
|
||||
v-permission="['admin','acsDeviceErrorLog:edit','acsDeviceErrorLog:del']"
|
||||
:label="$t('Auto.table.operate')"
|
||||
:label="$t('table.operate')"
|
||||
width="150px"
|
||||
align="center"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user