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, minWidth: 200,
show: true show: true
}, { }, {
label: this.$t('alert.alert'), label: this.$t('overall.alert'),
prop: 'alertNum', prop: 'alertNum',
show: true, show: true,
width: 120, width: 120,
sortable: 'custom' sortable: 'custom'
}, { }, {
label: this.$t('alert.receiver'), label: this.$t('dashboard.panel.receivers'),
prop: 'receivers', prop: 'receivers',
show: false, show: false,
minWidth: 100 minWidth: 100

View File

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

View File

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

View File

@@ -126,7 +126,7 @@
</el-step> --> </el-step> -->
<el-step> <el-step>
<span class="msg" slot="icon">Ping</span> <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-step>
</el-steps> </el-steps>
</div> </div>

View File

@@ -114,11 +114,11 @@
<el-steps align-center> <el-steps align-center>
<el-step> <el-step>
<span class="nz-icon nz-icon-edit" slot="icon"></span> <span class="nz-icon nz-icon-edit" slot="icon"></span>
<p class="txt" slot="title">{{$t('overall.placeHolder')}}IP</p> <p class="txt" slot="title">{{$t('overall.placeHolder')}} IP</p>
</el-step> </el-step>
<el-step> <el-step>
<span class="msg" slot="icon">Trace</span> <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-step>
</el-steps> </el-steps>
</div> </div>