NEZ-2461 feat :前端国际化翻译校正
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -265,7 +265,7 @@ export default {
|
||||
width: 300
|
||||
},
|
||||
{
|
||||
label: this.$t('alert.alert'),
|
||||
label: this.$t('overall.alert'),
|
||||
prop: 'alertNum',
|
||||
show: false,
|
||||
width: 120,
|
||||
|
||||
@@ -160,7 +160,7 @@ export default {
|
||||
show: true,
|
||||
minWidth: 100
|
||||
}, {
|
||||
label: this.$t('asset.model'),
|
||||
label: this.$t('overall.models'),
|
||||
prop: 'modelsDetail',
|
||||
show: true
|
||||
}, {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user