fix:修改 terminalLog 表格的下滑框的相关问题
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user