fix:国际化修改

This commit is contained in:
zhangyu
2022-06-17 10:39:36 +08:00
parent eed45e2ae1
commit c935039807
23 changed files with 25 additions and 256 deletions

View File

@@ -172,7 +172,7 @@ export default {
minWidth: 90,
sortable: 'custom'
}, {
label: this.$t('config.dc.alert'),
label: this.$t('overall.alert'),
prop: 'alertNum',
width: 120,
show: true

View File

@@ -146,7 +146,7 @@
</nz-tooltip>
</template>
<template v-else-if="item.prop === 'enabled'">
<span v-if="scope.row[item.prop] === 1">{{$t('project.endpoint.enable')}}</span>
<span v-if="scope.row[item.prop] === 1">{{$t('asset.talon.enable')}}</span>
<span v-else>{{$t('project.endpoint.disable')}}</span>
</template>
<span v-else-if="item.prop === 'id'" :id="'globalSearch' + scope.row.id">{{scope.row[item.prop]}}</span>

View File

@@ -150,7 +150,7 @@ export default {
show: true
},
{
label: this.$t('config.terminallog.sourceIp'),
label: this.$t('ping.sourceIp'),
prop: 'sourceIp',
minWidth: 115,
show: true,