item.customRender = (text, record) => { let result = this.dict.label.EVENT_LEVEL[text] let childVal if (result === '一般') { childVal = ( {result} ) } else { childVal = ( {result} ) } return {children: childVal} } }...
1.3.10 Environment window7, Reproduction link Steps to reproduce 同时设置customRender和scopedSlots What is expected? 自定义的单元格可以合并行 What is actually happening? 合并了但自定义的效果没有了 Activity Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comm...