CN-119 feat: 完成interface页面

This commit is contained in:
chenjinsong
2021-09-02 17:12:27 +08:00
parent 5973ca1b6e
commit cbcf111ccf
20 changed files with 496 additions and 130 deletions

View File

@@ -40,18 +40,6 @@ export default {
methods: {
tableOperation ([command, row, param]) {
switch (command) {
case 'recordTab': {
this.$emit('showBottomBox', 'recordTab', row)
break
}
case 'endpointQuery': {
this.$emit('showBottomBox', 'endpointQuery', row)
break
}
case 'fastSilence': {
this.$emit('addSilence', row, param)
break
}
default:
this.$emit(command, row)
break