elementui修改单元格的样式

it2022-05-05  60

<el-table   :cell-style="cellStyle" > methods:{ cellStyle (row, column, rowIndex, columnIndex) { if(row.column.label === "标题"){ return 'font-weight:bold' }else{ return '' } } }

  

  

转载于:https://www.cnblogs.com/janney/p/9712308.html


最新回复(0)