feat: asset功能、panel样式修复

This commit is contained in:
chenjinsong
2021-04-26 21:42:15 +08:00
parent 79192a889d
commit 2b3047b413
43 changed files with 1091 additions and 827 deletions

View File

@@ -41,8 +41,8 @@ export default {
this.$emit('cli', row)
break
}
case 'copy': {
this.$emit('copy', row)
case 'duplicate': {
this.$emit('duplicate', row)
break
}
default:
@@ -57,7 +57,6 @@ export default {
},
dragend () {
this.$nextTick(() => {
console.info(1)
this.$refs.dataTable.doLayout()
})
},