标签:col method win script class weight font style return
<el-table :cell-style="cellStyle" >
methods:{
cellStyle (row, column, rowIndex, columnIndex) {
if(row.column.label === "标题"){
return ‘font-weight:bold‘
}else{
return ‘‘
}
}
}
标签:col method win script class weight font style return
原文地址:https://www.cnblogs.com/janney/p/9712308.html