feat: asset相关先提交一部分,公共样式
This commit is contained in:
@@ -23,7 +23,7 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
tableOperation ([command, row]) {
|
||||
tableOperation ([command, row, param]) {
|
||||
switch (command) {
|
||||
case 'edit': {
|
||||
this.$emit('edit', row)
|
||||
@@ -37,6 +37,14 @@ export default {
|
||||
this.$emit('showBottomBox', 'record', row)
|
||||
break
|
||||
}
|
||||
case 'cli': {
|
||||
this.$emit('cli', row)
|
||||
break
|
||||
}
|
||||
case 'copy': {
|
||||
this.$emit('copy', row)
|
||||
break
|
||||
}
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user