vue elementui 动态表头、表头合并、合并行、合并列、行根据某字段内容一致的进行合并、表格列展开收起功能
效果图:1、表头第1、2列合并第一种写法(普通表头):methods:{headerStyle({row,column,rowIndex,columnIndex}){constcomStyle={backgroundColor:"#4095e5",color:"#fff",fontSize:"500",};if(rowIndex===0){row[0].colSpan=0;//将表头第一列和第二列