码迷,mamicode.com
首页 > 其他好文 > 详细

elementui修改单元格的样式

时间:2018-09-27 13:08:43      阅读:1154      评论:0      收藏:0      [点我收藏+]

标签: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 ‘‘
        }
    }
}

  

  

elementui修改单元格的样式

标签:col   method   win   script   class   weight   font   style   return   

原文地址:https://www.cnblogs.com/janney/p/9712308.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!