Open
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
undefined
Environment
macos, vue3.2.0
Reproduction link
https://github.com/vueComponent/ant-design-vue
Steps to reproduce
无法同时表格列customRender和slots不能同时设置
What is expected?
表格action列(动态 修改/删除)需要跨行,设置customRender中设置children和rowSpan,children会覆盖slots(template)的设置
What is actually happening?
无法同时表格列customRender和slots不能同时设置