fix: 修复实体列表界面属性为ipv6下拉时地址报错的问题
This commit is contained in:
@@ -351,6 +351,9 @@ export default {
|
||||
computed: {
|
||||
ipLocationRegion () {
|
||||
return function (entityData) {
|
||||
if (!entityData) {
|
||||
return '-'
|
||||
}
|
||||
let result = ''
|
||||
if (entityData.country) {
|
||||
result += `${entityData.country},`
|
||||
|
||||
Reference in New Issue
Block a user