您好,欢迎来到测品娱乐。
搜索
您的当前位置:首页element table(任意td改变背景颜色cell-class-name)

element table(任意td改变背景颜色cell-class-name)

来源:测品娱乐
<el-table class='mt10' type="selection" :data="tableData" border ref="dataTable" :cell-class-name="rowClass">

 

rowClass ({ row, column, rowIndex, columnIndex }) {
  if (rowIndex === 5 && columnIndex === 4) {
    return 'rgb196'
  } else if (rowIndex === 6 && columnIndex === 4) {
    return 'bacColorf4984e'
  } else if (rowIndex === 6 && columnIndex === 5) {
    return 'bacColor317eb0'
  }
}

 

.rgb196{
  background: rgb(196,196,196);
}
.bacColor317eb0{
  background: #317eb0;
}
.bacColorf4984e{
  background: #f4984e;
}

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- cepb.cn 版权所有 湘ICP备2022005869号-7

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务