element table组件header-cell-style属性使用

更改header-cell-style属性,为函数或对象 写法后表格的样式实现并且不会在报错


在method里面写上方法

rowClass({ row, rowIndex}) {

console.log(rowIndex) //表头行标号为0

return 'background:red'

}

你可能感兴趣的:(javascript,前端,vue.js)