fix:修改 terminalLog 表格的下滑框的相关问题

This commit is contained in:
zhangyu
2021-05-12 19:36:51 +08:00
parent cd505a0d05
commit 55920adeb5
9 changed files with 40 additions and 24 deletions

View File

@@ -34,8 +34,9 @@ export default {
this.$emit('del', row)
break
}
case 'record': {
this.$emit('showBottomBox', 'record', row)
case 'recordTab': {
console.log(command, row)
this.$emit('showBottomBox', 'recordTab', row)
break
}
case 'cli': {
@@ -50,6 +51,11 @@ export default {
this.$emit('copy', row)
break
}
case 'shutdown': {
// this.$emit('copy', row)
this.$emit('shutdown', row)
break
}
default:
break
}