style: 增加一些翻译

This commit is contained in:
zhengkunwang223
2022-12-05 11:43:00 +08:00
committed by zhengkunwang223
parent 61ba926ccd
commit 096cc7bf61
3 changed files with 145 additions and 25 deletions

View File

@@ -8,13 +8,13 @@
<el-tag effect="dark" type="success">{{ data.app }}</el-tag>
</div>
</el-col>
<el-col :lg="4" :xl="2">
<el-col :lg="3" :xl="2">
<div>
{{ $t('app.version') }}:
<el-tag type="info">{{ data.version }}</el-tag>
</div>
</el-col>
<el-col :lg="4" :xl="2">
<el-col :lg="3" :xl="2">
<div>
{{ $t('commons.table.status') }}:
<el-tag type="info">
@@ -22,7 +22,7 @@
</el-tag>
</div>
</el-col>
<el-col :lg="8" :xl="4">
<el-col :lg="5" :xl="4">
<div>
{{ $t('website.lastBackupAt') }}:
<el-tag v-if="data.lastBackupAt != ''" type="info">{{ data.lastBackupAt }}</el-tag>