fix:修改endpoint 显示问题

This commit is contained in:
zhangyu
2021-04-27 19:24:26 +08:00
parent 06584204ae
commit 257f27eedc
9 changed files with 33 additions and 24 deletions

View File

@@ -755,13 +755,13 @@ export default {
currentModuleCopy: {
immediate: true,
handler (n, o) {
if (n.type && n.type.toLowerCase() == 'snmp') {
this.endpointTableTitle[4].show = false
this.endpointTableTitle[5].show = false
} else {
this.endpointTableTitle[4].show = true
this.endpointTableTitle[5].show = true
}
// if (n.type && n.type.toLowerCase() == 'snmp') {
// this.endpointTableTitle[4].show = false
// this.endpointTableTitle[5].show = false
// } else {
// this.endpointTableTitle[4].show = true
// this.endpointTableTitle[5].show = true
// }
}
}
}