区间显示
2021-08-19 本文已影响0人
_feest
v-show="groupIndex <4 ?index<4 : (index >= (Math.floor((groupIndex)/4)*4) &&index <= (Math.floor((groupIndex)/4)*4) +3)"
v-show="groupIndex <4 ?index<4 : (index >= (Math.floor((groupIndex)/4)*4) &&index <= (Math.floor((groupIndex)/4)*4) +3)"