NEZ-2948 fix:Endpoints弹窗选择资产表头未国际化
This commit is contained in:
@@ -128,7 +128,7 @@ export default {
|
||||
],
|
||||
// asset表头
|
||||
assetColumns: [
|
||||
{ title: 'id', data: 'id' },
|
||||
{ title: 'ID', data: 'id' },
|
||||
{
|
||||
title: this.$t('overall.name'),
|
||||
data: function (row) {
|
||||
@@ -138,7 +138,7 @@ export default {
|
||||
return row.name
|
||||
}
|
||||
},
|
||||
{ title: 'Manage Ip', data: 'manageIp' },
|
||||
{ title: this.$t('asset.manageIp'), data: 'manageIp' },
|
||||
{
|
||||
title: this.$t('overall.type'),
|
||||
data: (row) => {
|
||||
|
||||
Reference in New Issue
Block a user