后端給我的:
我在前端這邊寫的
現在我要實作的把后端給我的,我要轉化為對應的漢字 ,比如 a -java ,b ,js ,c -C語言這種的
然后在我這邊頁面上需要展示

<div v-if="scope.row.id === 3">
<span v-for="(item,index) in scope.row.value"
:key="Math.random()*10000+'-'+index"
style="margin-right:5px;"
>
{{$t(CodingTypes.filter(v=>v.value === item)[0].label)}}
</span>
</div>
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/297157.html
標籤:其他
