百考通AI智能聚类研究流派,精准定位研究缺
2026/7/13 16:41:45
表格添加 :header-cell-style
<el-table:header-cell-style="headerCellStyle">编写实现 headerCellStyle
constDDEBF7=[这里是表头1的属性(prop对应字段) 比如 userName];constBDD7EE=[这里是表头2的属性(prop对应字段) 比如 userAge];....表头nconstheaderCellStyle=({row,column,rowIndex,columnIndex})=>{// 根据属性设置不同颜色if(DDEBF7.includes(column.property)){return{background:'#b8cce4 !important',color:'000000'};}elseif(BDD7EE.includes(column.property)){return{background:'#dce6f1 !important',color:'#000000'};}};