fix:国际化修改
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user