一。iview代码

 

{
            title: '超警(m)',
            key: 'age',
            align: "center",
            render: (h, params) => {
                  return h('div', [
                      h('Icon', {
                          props: {
                              type: "md-pin"
                          },
                          style: {
                              color: (params.row.age == 3)?"red":(params.row.age ==4?"yellow":"blue"),
                              marginRight: '5px',
                              fontSize: '18px'
                          },
                      }),
                      h('span', params.row.age)
                  ]);
              }
          },

二.结果

vue+iview+table修改样式color

 注意:

vue+iview+table修改样式color

 

 

相关文章:

  • 2022-12-23
  • 2021-12-28
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
  • 2022-12-23
相关资源
相似解决方案