<img :src="require(`@/assets/images/${computedTypeIcon}`)" class="icon-physical" alt="">
computed: {
    computedTypeIcon(){
      return this.itemType == 1 ? 'type1.png' : this.itemType == 3 ? 'type3.png' : this.itemType == 4 ? 'type4.png' : this.itemType == 5 ? 'type5.png' : this.itemType == 6 ? 'type6.png' : this.itemType == 7 ? 'type7.png' : this.itemType == 8 ? 'type8.png' : this.itemType == 9 ? 'type9.png' : this.itemType == 10 ? 'type10.png' : 'type1.png'
    }
}

Logo

前往低代码交流专区

更多推荐