fix: 实体关系右侧弹窗列表宽度调整,以及修改实体类型字段取值

This commit is contained in:
刘洪洪
2023-07-14 11:08:41 +08:00
parent ae7f72a72b
commit dce3921beb
2 changed files with 4 additions and 4 deletions

View File

@@ -209,7 +209,7 @@ export default {
},
iconClass () {
let className
switch (this.entity.entityType) {
switch (this.entity.type) {
case ('ip'): {
className = 'cn-icon cn-icon-ip2'
break