fix: backup 国际化

This commit is contained in:
zhangxiaolong
2022-04-08 18:02:57 +08:00
parent 474b60dce2
commit e818ff1e4b
6 changed files with 43 additions and 39 deletions

View File

@@ -41,7 +41,7 @@
v-if="isConfigurations"
>
<button class="table-operation-button" @click="backupNow(scope.row)">
backup now
{{$t('backup.backupNow')}}
</button>
<el-dropdown size="medium" trigger="click" @command="tableOperation">
<div class="table-operation-item table-operation-item--more">
@@ -68,7 +68,7 @@
</div>
<div slot-scope="scope" v-else class="table-operation-items">
<button class="table-operation-button" @click="Restore(scope.row)">
Restore
{{$t('backup.Restore')}}
</button>
<button class="table-operation-del" @click="del(scope.row)">
<i class="nz-icon nz-icon-delete"></i>