<div v-for="i in resultDate" v-if="i.ProjectId>='4'" @click=EveyTesttInfo(i.Name,i.ProjectId)>
        <img v-bind:src="i.ProjectId | formatIconImg">
        <p>{{i.Name}}<br> {{i.Result|formatNull}} {{i.ProjectId|formatUnit}}</p>
        <span style="color:#d55e36" v-if="i.Rank==1">{{i.Rank|formatRank}}</span>
        <span style="color:#01a89e" v-else>{{i.Rank|formatRank}}</span>
 </div>

相关文章:

  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2021-12-29
  • 2022-02-24
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
相关资源
相似解决方案