在v-for循环语句中,想根据后端传来的list的某个值来指定不同的class
:class="{'fd-step-blue':item.zt == 1,
'fd-step-green':item.zt==2,
'fd-step-red':item.zt==3,
'fd-step-grey':item.zt==0,
'fd-step':index != dzsjdclcList.length-1,
'fd-step-last':index == dzsjdclcList.length-1}"
在v-for循环语句中,想根据后端传来的list的某个值来指定不同的class
:class="{'fd-step-blue':item.zt == 1,
'fd-step-green':item.zt==2,
'fd-step-red':item.zt==3,
'fd-step-grey':item.zt==0,
'fd-step':index != dzsjdclcList.length-1,
'fd-step-last':index == dzsjdclcList.length-1}"