feat: asset相关先提交一部分,公共样式

This commit is contained in:
chenjinsong
2021-04-22 12:25:23 +08:00
parent 16599d1fe2
commit 978049999e
19 changed files with 2093 additions and 975 deletions

View File

@@ -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
}