NEZ-2898 fix:修复terminal select asset 未国际化

This commit is contained in:
zyh
2023-06-21 10:39:54 +08:00
parent 5f0b21be80
commit 58dc677c8d

View File

@@ -264,25 +264,25 @@ export default {
prop: 'id',
minWidth: 48
}, {
label: 'Name',
label: this.$t('overall.name'),
prop: 'name',
minWidth: 100
}, {
label: 'Manage Ip',
label: this.$t('asset.manageIp'),
prop: 'manageIp',
minWidth: 132
}, {
label: 'Type',
label: this.$t('overall.type'),
prop: 'type',
minWidth: 86
}, {
label: 'Model',
label: this.$t('asset.model'),
prop: 'model',
minWidth: 106
minWidth: 102
}, {
label: 'Datacenter',
label: this.$t('overall.dc'),
prop: 'dc',
minWidth: 94
minWidth: 98
}
],
rules: {