perf: 数据列表样式统一

This commit is contained in:
chenjinsong
2021-04-13 20:33:12 +08:00
parent 9659955cef
commit 124d69688f
41 changed files with 2565 additions and 3500 deletions

View File

@@ -30,6 +30,10 @@ export default {
this.$emit('del', row)
break
}
case 'record': {
this.$emit('showBottomBox', 'record', row)
break
}
default:
break
}