1 <el-table-column prop="statusDesc" label="状态" width="90">
2     <template slot-scope="scope">
3         <div :style="{'color':scope.row.status==1? 'red':'#333'}">                    
4             {{scope.row.statusDesc}}
5         </div>
6     </template>
7 </el-table-column>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2021-10-04
  • 2021-10-19
  • 2021-09-06
猜你喜欢
  • 2022-12-23
  • 2022-02-23
  • 2021-04-23
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
相关资源
相似解决方案