在特有的需要對(duì)兩個(gè)數(shù)組循環(huán)進(jìn)行比較判斷,但是又不能同時(shí)使用v-for和v-if,這時(shí)候就可以使用computed。
?<span?v-for="(item,index)?in?getRoleList(row.roleType)"?:key="index">{{?item.name?}}</span>

在特有的需要對(duì)兩個(gè)數(shù)組循環(huán)進(jìn)行比較判斷,但是又不能同時(shí)使用v-for和v-if,這時(shí)候就可以使用computed。
?<span?v-for="(item,index)?in?getRoleList(row.roleType)"?:key="index">{{?item.name?}}</span>