NEZ-2461 feat :前端国际化翻译校正
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -118,7 +118,7 @@
|
|||||||
</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user