NEZ-2461 feat :前端国际化翻译校正

This commit is contained in:
Xiao Bai
2022-12-15 15:10:08 +08:00
parent 44ef5ac612
commit 52852227e3
5 changed files with 7 additions and 7 deletions

View File

@@ -259,13 +259,13 @@ export default {
minWidth: 200,
show: true
}, {
label: this.$t('alert.alert'),
label: this.$t('overall.alert'),
prop: 'alertNum',
show: true,
width: 120,
sortable: 'custom'
}, {
label: this.$t('alert.receiver'),
label: this.$t('dashboard.panel.receivers'),
prop: 'receivers',
show: false,
minWidth: 100

View File

@@ -265,7 +265,7 @@ export default {
width: 300
},
{
label: this.$t('alert.alert'),
label: this.$t('overall.alert'),
prop: 'alertNum',
show: false,
width: 120,

View File

@@ -160,7 +160,7 @@ export default {
show: true,
minWidth: 100
}, {
label: this.$t('asset.model'),
label: this.$t('overall.models'),
prop: 'modelsDetail',
show: true
}, {

View File

@@ -126,7 +126,7 @@
</el-step> -->
<el-step>
<span class="msg" slot="icon">Ping</span>
<p class="txt" slot="title">Ping {{$t('config.terminallog.cmd.cmd')}}</p>
<p class="txt" slot="title">Ping {{$t('tools.cmd')}}</p>
</el-step>
</el-steps>
</div>

View File

@@ -118,7 +118,7 @@
</el-step>
<el-step>
<span class="msg" slot="icon">Trace</span>
<p class="txt" slot="title">Trace {{$t('config.terminallog.cmd.cmd')}}</p>
<p class="txt" slot="title">Trace {{$t('tools.cmd')}}</p>
</el-step>
</el-steps>
</div>